Revision 6636b7e8 libavcodec/allcodecs.c
libavcodec/allcodecs.c | ||
---|---|---|
540 | 540 |
#endif //CONFIG_FLASHSV_DECODER |
541 | 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 | 544 |
#ifdef CONFIG_AMR_NB_DECODER |
545 | 545 |
register_avcodec(&amr_nb_decoder); |
546 | 546 |
#endif //CONFIG_AMR_NB_DECODER |
... | ... | |
549 | 549 |
register_avcodec(&amr_nb_encoder); |
550 | 550 |
#endif //CONFIG_AMR_NB_ENCODER |
551 | 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 | 555 |
#ifdef CONFIG_AMR_WB_DECODER |
556 | 556 |
register_avcodec(&amr_wb_decoder); |
557 | 557 |
#endif //CONFIG_AMR_WB_DECODER |
... | ... | |
560 | 560 |
register_avcodec(&amr_wb_encoder); |
561 | 561 |
#endif //CONFIG_AMR_WB_ENCODER |
562 | 562 |
#endif //CONFIG_ENCODERS |
563 |
#endif /* AMR_WB */ |
|
563 |
#endif /* CONFIG_AMR_WB */
|
|
564 | 564 |
|
565 | 565 |
#ifdef CONFIG_BMP_DECODER |
566 | 566 |
register_avcodec(&bmp_decoder); |
Also available in: Unified diff