From d4f5d74a54183a0198053b0ceb0faa21ad686551 Mon Sep 17 00:00:00 2001 From: Garrick Meeker Date: Wed, 9 Jul 2003 23:10:59 +0000 Subject: flash video (flv) support patch by (Garrick Meeker ) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 647e687..e5aa9c4 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -14,7 +14,7 @@ PPOBJS= # mux and demuxes OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \ - yuv4mpeg.o 4xm.o + yuv4mpeg.o 4xm.o flvenc.o flvdec.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o -- cgit v1.1