[FFmpeg-cvslog] Revert " Fix building libopencore_amrnb decoder without libopencore_amrnb encoder"

Paul B Mahol git at videolan.org
Fri Jun 8 15:56:25 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jun  8 13:52:21 2012 +0000| [134d0f71197e2561851537bb8a65db0291c2089f] | committer: Paul B Mahol

Revert "Fix building libopencore_amrnb decoder without libopencore_amrnb encoder"

Reverting "Fix" because it disables amrwb decoder.

This reverts commit e11020a1459de122834055be93a70566ce064bcc.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=134d0f71197e2561851537bb8a65db0291c2089f
---

 libavcodec/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 918e8c1..f5b66f8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -665,6 +665,7 @@ OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER)  += libopencore-amr.o \
                                              audio_frame_queue.o
 OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER)  += libopencore-amr.o \
                                              audio_frame_queue.o
+OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER)  += libopencore-amr.o
 OBJS-$(CONFIG_LIBOPENJPEG_DECODER)        += libopenjpegdec.o
 OBJS-$(CONFIG_LIBOPENJPEG_ENCODER)        += libopenjpegenc.o
 OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER)    += libschroedingerdec.o \



More information about the ffmpeg-cvslog mailing list