diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-07-30 23:22:07 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-07-30 23:22:07 +0000 |
commit | 420b073bbcce462d47c8020ce30112627c08ac13 (patch) | |
tree | 6cc544beeaab6b4f6b81dd296d4aeb50ea563cc1 /libav | |
parent | 2b0c1a441ba16d8d06054b774763d2b1934cfb04 (diff) | |
download | ffmpeg-420b073bbcce462d47c8020ce30112627c08ac13.tar.gz |
added HAVE_AV_CONFIG_H
Originally committed as revision 19 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav')
-rw-r--r-- | libav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/Makefile b/libav/Makefile index 0f5dcf32af..ac25e49622 100644 --- a/libav/Makefile +++ b/libav/Makefile @@ -1,5 +1,5 @@ include ../config.mak -CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec +CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H OBJS= rm.o mpeg.o asf.o avienc.o jpegenc.o swf.o wav.o raw.o \ avidec.o ffm.o \ |