summaryrefslogtreecommitdiffstats
path: root/vhook
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-07 09:22:44 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-07 09:22:44 +0000
commitcbeee4d8e5be247ab8eea3eeda95b08d208b2908 (patch)
treef8e4d80eb511de11e43ddf4158108deb7d49236d /vhook
parent4aad0d6db62813c8f83a90fd3f9cac8196052cfd (diff)
downloadffmpeg-streaming-cbeee4d8e5be247ab8eea3eeda95b08d208b2908.zip
ffmpeg-streaming-cbeee4d8e5be247ab8eea3eeda95b08d208b2908.tar.gz
Replace -I../-I. by -I$(BUILD_ROOT).
Originally committed as revision 6572 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 f6ce7f9..808ac56 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -2,7 +2,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/vhook
-CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
+CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
-I$(SRC_PATH)/libavformat $(VHOOKCFLAGS) -DHAVE_AV_CONFIG_H
LDFLAGS+= -g
OpenPOWER on IntegriCloud