[FFmpeg-cvslog] r20951 - in trunk: configure libavcodec/Makefile
diego
subversion
Mon Dec 28 18:45:32 CET 2009
Author: diego
Date: Mon Dec 28 18:45:31 2009
New Revision: 20951
Log:
Declare the dependency of the H.263 decoder on the H.263 parser in configure.
Modified:
trunk/configure
trunk/libavcodec/Makefile
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Dec 28 18:36:03 2009 (r20950)
+++ trunk/configure Mon Dec 28 18:45:31 2009 (r20951)
@@ -1105,6 +1105,7 @@ flashsv_decoder_select="zlib"
flashsv_encoder_select="zlib"
flv_encoder_select="h263_encoder"
h261_encoder_select="aandct"
+h263_decoder_select="h263_parser"
h263_encoder_select="aandct"
h263_vaapi_hwaccel_deps="va_va_h"
h263_vaapi_hwaccel_select="vaapi h263_decoder"
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Mon Dec 28 18:36:03 2009 (r20950)
+++ trunk/libavcodec/Makefile Mon Dec 28 18:45:31 2009 (r20951)
@@ -129,7 +129,7 @@ OBJS-$(CONFIG_H261_ENCODER) +
mpegvideo_enc.o motion_est.o \
ratecontrol.o mpeg12data.o \
mpegvideo.o
-OBJS-$(CONFIG_H263_DECODER) += h263dec.o h263.o h263_parser.o \
+OBJS-$(CONFIG_H263_DECODER) += h263dec.o h263.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H263_VAAPI_HWACCEL) += vaapi_mpeg4.o
OBJS-$(CONFIG_H263I_DECODER) += h263dec.o h263.o \
More information about the ffmpeg-cvslog
mailing list