[FFmpeg-cvslog] r21956 - trunk/libavcodec/Makefile
cehoyos
subversion
Mon Feb 22 10:47:13 CET 2010
Author: cehoyos
Date: Mon Feb 22 10:47:12 2010
New Revision: 21956
Log:
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Mon Feb 22 01:34:27 2010 (r21955)
+++ trunk/libavcodec/Makefile Mon Feb 22 10:47:12 2010 (r21956)
@@ -491,7 +491,7 @@ OBJS-$(CONFIG_LIBGSM_MS_ENCODER)
OBJS-$(CONFIG_LIBMP3LAME_ENCODER) += libmp3lame.o
OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER) += libopencore-amr.o
OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER) += libopencore-amr.o
-OBJS-$(CONFIG_LIBOPENCORE_AMRWB_ENCODER) += libopencore-amr.o
+OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER) += libopencore-amr.o
OBJS-$(CONFIG_LIBOPENJPEG_DECODER) += libopenjpeg.o
OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o \
libschroedinger.o \
More information about the ffmpeg-cvslog
mailing list