diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 18:56:03 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 18:56:03 +0000 |
commit | 49d71c7b0511ffea3e9a09a05205142b8e45b0c3 (patch) | |
tree | e989932c2245dc540b5d3bae9d0319d0b83ad13b /libavcodec/Makefile | |
parent | 4a908fbc6cf6696ef2df0c5e5c9a902fca21b1f9 (diff) | |
download | ffmpeg-49d71c7b0511ffea3e9a09a05205142b8e45b0c3.tar.gz |
* avoid conflicts with non-ffmpeg config.h and also it's consistent
with few other header files included from the main ffmpeg's dir
Originally committed as revision 555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a38994ee41..cf026c7ea0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -6,7 +6,7 @@ include ../config.mak VPATH=$(SRC_PATH)/libavcodec -CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH) +CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH) LDFLAGS= -g OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ |