From 6cea494e32f06330d0512602b5ec3a6df6252e11 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 8 Apr 2002 12:32:01 +0000 Subject: * support for .au .gif .mov .mp4 by François Revol hmm any opinions about GIF support ? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 385 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libav/Makefile') diff --git a/libav/Makefile b/libav/Makefile index 17e4469114..a243c17518 100644 --- a/libav/Makefile +++ b/libav/Makefile @@ -4,7 +4,7 @@ CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H OBJS= rm.o mpeg.o asf.o avienc.o jpeg.o swf.o wav.o raw.o \ avidec.o ffm.o \ avio.o aviobuf.o utils.o \ - file.o img.o + file.o img.o au.o gif.o mov.o ifeq ($(CONFIG_GRAB),yes) OBJS+= grab.o audio.o -- cgit v1.2.3