Mercurial > libavcodec.hg
comparison allcodecs.c @ 3463:444bd402aebe libavcodec
rename AMR config variables to CONFIG_AMR*
| author | mru |
|---|---|
| date | Wed, 12 Jul 2006 16:49:14 +0000 |
| parents | cc4b4ea83e29 |
| children | 5a3d790ebbed |
comparison
equal
deleted
inserted
replaced
| 3462:a26e6e169607 | 3463:444bd402aebe |
|---|---|
| 538 #ifdef CONFIG_FLASHSV_DECODER | 538 #ifdef CONFIG_FLASHSV_DECODER |
| 539 register_avcodec(&flashsv_decoder); | 539 register_avcodec(&flashsv_decoder); |
| 540 #endif //CONFIG_FLASHSV_DECODER | 540 #endif //CONFIG_FLASHSV_DECODER |
| 541 #endif /* CONFIG_DECODERS */ | 541 #endif /* CONFIG_DECODERS */ |
| 542 | 542 |
| 543 #if defined(AMR_NB) || defined(AMR_NB_FIXED) | 543 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED) |
| 544 #ifdef CONFIG_AMR_NB_DECODER | 544 #ifdef CONFIG_AMR_NB_DECODER |
| 545 register_avcodec(&amr_nb_decoder); | 545 register_avcodec(&amr_nb_decoder); |
| 546 #endif //CONFIG_AMR_NB_DECODER | 546 #endif //CONFIG_AMR_NB_DECODER |
| 547 #ifdef CONFIG_ENCODERS | 547 #ifdef CONFIG_ENCODERS |
| 548 #ifdef CONFIG_AMR_NB_ENCODER | 548 #ifdef CONFIG_AMR_NB_ENCODER |
| 549 register_avcodec(&amr_nb_encoder); | 549 register_avcodec(&amr_nb_encoder); |
| 550 #endif //CONFIG_AMR_NB_ENCODER | 550 #endif //CONFIG_AMR_NB_ENCODER |
| 551 #endif //CONFIG_ENCODERS | 551 #endif //CONFIG_ENCODERS |
| 552 #endif /* AMR_NB || AMR_NB_FIXED */ | 552 #endif /* CONFIG_AMR_NB || CONFIG_AMR_NB_FIXED */ |
| 553 | 553 |
| 554 #ifdef AMR_WB | 554 #ifdef CONFIG_AMR_WB |
| 555 #ifdef CONFIG_AMR_WB_DECODER | 555 #ifdef CONFIG_AMR_WB_DECODER |
| 556 register_avcodec(&amr_wb_decoder); | 556 register_avcodec(&amr_wb_decoder); |
| 557 #endif //CONFIG_AMR_WB_DECODER | 557 #endif //CONFIG_AMR_WB_DECODER |
| 558 #ifdef CONFIG_ENCODERS | 558 #ifdef CONFIG_ENCODERS |
| 559 #ifdef CONFIG_AMR_WB_ENCODER | 559 #ifdef CONFIG_AMR_WB_ENCODER |
| 560 register_avcodec(&amr_wb_encoder); | 560 register_avcodec(&amr_wb_encoder); |
| 561 #endif //CONFIG_AMR_WB_ENCODER | 561 #endif //CONFIG_AMR_WB_ENCODER |
| 562 #endif //CONFIG_ENCODERS | 562 #endif //CONFIG_ENCODERS |
| 563 #endif /* AMR_WB */ | 563 #endif /* CONFIG_AMR_WB */ |
| 564 | 564 |
| 565 #ifdef CONFIG_BMP_DECODER | 565 #ifdef CONFIG_BMP_DECODER |
| 566 register_avcodec(&bmp_decoder); | 566 register_avcodec(&bmp_decoder); |
| 567 #endif | 567 #endif |
| 568 | 568 |
