[FFmpeg-cvslog] r9093 - trunk/libavcodec/Makefile
takis
subversion
Mon May 21 17:24:31 CEST 2007
Author: takis
Date: Mon May 21 17:24:31 2007
New Revision: 9093
Log:
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
LS encoder enabled.
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Mon May 21 17:24:31 2007
@@ -155,7 +155,7 @@ OBJS-$(CONFIG_SNOW_ENCODER) +
OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o
OBJS-$(CONFIG_SONIC_DECODER) += sonic.o
OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o
-OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o
+OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o
OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o
OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o
OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o
More information about the ffmpeg-cvslog
mailing list