* path to ffmpegs config.h

Originally committed as revision 419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-04-23 08:52:53 +00:00
parent d697b89bab
commit eeba58ccc7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include ../config.mak
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I. -I..
LDFLAGS= -g
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \