[FFmpeg-cvslog] r19597 - in trunk: configure libavcodec/Makefile
diego
subversion
Wed Aug 5 17:26:55 CEST 2009
Author: diego
Date: Wed Aug 5 17:26:54 2009
New Revision: 19597
Log:
Make FLV encoder depend on H.263 encoder in configure.
Modified:
trunk/configure
trunk/libavcodec/Makefile
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Aug 5 17:22:16 2009 (r19596)
+++ trunk/configure Wed Aug 5 17:26:54 2009 (r19597)
@@ -1068,7 +1068,7 @@ flac_decoder_select="golomb"
flac_encoder_select="golomb"
flashsv_decoder_select="zlib"
flashsv_encoder_select="zlib"
-flv_encoder_select="aandct"
+flv_encoder_select="h263_encoder"
h261_encoder_select="aandct"
h263_encoder_select="aandct"
h263_vaapi_hwaccel_deps="va_va_h"
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Wed Aug 5 17:22:16 2009 (r19596)
+++ trunk/libavcodec/Makefile Wed Aug 5 17:26:54 2009 (r19597)
@@ -95,7 +95,6 @@ OBJS-$(CONFIG_FLASHSV_DECODER) +
OBJS-$(CONFIG_FLASHSV_ENCODER) += flashsvenc.o
OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o
OBJS-$(CONFIG_FLV_DECODER) += h263dec.o h263.o mpegvideo.o error_resilience.o
-OBJS-$(CONFIG_FLV_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o
OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o huffman.o
OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o
More information about the ffmpeg-cvslog
mailing list