summaryrefslogtreecommitdiff
path: root/libav/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-04-08 12:32:01 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-04-08 12:32:01 +0000
commit6cea494e32f06330d0512602b5ec3a6df6252e11 (patch)
tree381dd61df22ad633754f98eb874fe4ac65e289b4 /libav/Makefile
parent0129e7b3e6ee54399dc87fa24b3b76ac8fd3e61a (diff)
* support for .au .gif .mov .mp4 by François Revol <revol@free.fr>
hmm any opinions about GIF support ? Originally committed as revision 385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/Makefile')
-rw-r--r--libav/Makefile2
1 files changed, 1 insertions, 1 deletions
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