summaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 8c238f2..8284878 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -57,7 +57,7 @@ void av_register_all(void)
ipmovie_init();
wc3_init();
-#ifdef AMR_NB
+#if defined(AMR_NB) || defined(AMR_NB_FIXED) || defined(AMR_WB)
amr_init();
#endif
yuv4mpeg_init();
OpenPOWER on IntegriCloud