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

Paul B Mahol git at videolan.org
Fri Jun 8 15:04:51 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jun  8 12:58:35 2012 +0000| [e11020a1459de122834055be93a70566ce064bcc] | committer: Paul B Mahol

Fix building libopencore_amrnb decoder without libopencore_amrnb encoder

Fixes #1210.

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 libavcodec/Makefile |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 20f330c..cd69d8d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -661,7 +661,6 @@ 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