From 4d4b4bd14934d92f0ddcff354e1652520266fdaf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 5 Aug 2009 15:26:54 +0000 Subject: Make FLV encoder depend on H.263 encoder in configure. Originally committed as revision 19597 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 027c1ed200..6ab4fd8c21 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -95,7 +95,6 @@ OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o 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 -- cgit v1.2.3