Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
#endif //CONFIG_RAWVIDEO_DECODER
#endif /* CONFIG_DECODERS */
-#ifdef AMR_NB
+#if defined(AMR_NB) || defined(AMR_NB_FIXED)
#ifdef CONFIG_AMR_NB_DECODER
register_avcodec(&amr_nb_decoder);
#endif //CONFIG_AMR_NB_DECODER
register_avcodec(&amr_nb_encoder);
#endif //CONFIG_AMR_NB_ENCODER
#endif //CONFIG_ENCODERS
-#endif /* AMR_NB */
+#endif /* AMR_NB || AMR_NB_FIXED */
#ifdef AMR_WB
#ifdef CONFIG_AMR_WB_DECODER