summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-11-29 14:56:03 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-11-29 14:56:03 +0000
commita382b927ed7f75784343df43dacfdd5c27110d7a (patch)
tree5819e91d1b973ca42aee398e221128ed8b028c1f /vhook
parent6207ba95f3010bc884e0ce815281bb610d4f7818 (diff)
fixed multidir compile
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index 98280e2721..e6755cc457 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -2,7 +2,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/vhook
-CFLAGS=-fPIC $(OPTFLAGS) -g -Wall -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
+CFLAGS=-fPIC $(OPTFLAGS) -g -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS+=-bundle -flat_namespace -undefined suppress