[FFmpeg-cvslog] r15696 - in trunk: configure libavcodec/Makefile
diego
subversion
Sat Oct 25 03:21:43 CEST 2008
Author: diego
Date: Sat Oct 25 03:21:43 2008
New Revision: 15696
Log:
Move declaration of mlp decoder dependency on mlp parser to the Makefile
where all other such dependencies are declared.
Modified:
trunk/configure
trunk/libavcodec/Makefile
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Oct 25 03:21:43 2008
@@ -932,7 +932,6 @@ eac3_decoder_select="fft"
flashsv_decoder_deps="zlib"
flashsv_encoder_deps="zlib"
imc_decoder_select="fft"
-mlp_decoder_deps="mlp_parser"
mpeg_xvmc_decoder_deps="xvmc"
nellymoser_decoder_select="fft"
nellymoser_encoder_select="fft"
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Sat Oct 25 03:21:43 2008
@@ -113,7 +113,7 @@ OBJS-$(CONFIG_MIMIC_DECODER) +
OBJS-$(CONFIG_MJPEG_DECODER) += mjpegdec.o mjpeg.o
OBJS-$(CONFIG_MJPEG_ENCODER) += mjpegenc.o mjpeg.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12data.o mpegvideo.o
OBJS-$(CONFIG_MJPEGB_DECODER) += mjpegbdec.o mjpegdec.o mjpeg.o
-OBJS-$(CONFIG_MLP_DECODER) += mlp.o mlpdec.o
+OBJS-$(CONFIG_MLP_DECODER) += mlpdec.o mlp_parser.o mlp.o
OBJS-$(CONFIG_MMVIDEO_DECODER) += mmvideo.o
OBJS-$(CONFIG_MOTIONPIXELS_DECODER) += motionpixels.o
OBJS-$(CONFIG_MP2_DECODER) += mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o
More information about the ffmpeg-cvslog
mailing list