diff options
author | Fabrice Bellard | 2002-11-29 14:56:03 +0000 |
---|---|---|
committer | Fabrice Bellard | 2002-11-29 14:56:03 +0000 |
commit | a382b927ed7f75784343df43dacfdd5c27110d7a (patch) | |
tree | 5819e91d1b973ca42aee398e221128ed8b028c1f /libavformat/Makefile | |
parent | 6207ba95f3010bc884e0ce815281bb610d4f7818 (diff) |
fixed multidir compile
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 0ee4f09e4a..3bcddebb4a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -4,7 +4,7 @@ # include ../config.mak -VPATH=$(SRC_PATH)/libav +VPATH=$(SRC_PATH)/libavformat CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE |