summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile4
-rw-r--r--vhook/Makefile2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d472dc3..744a9fb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,3 +1,7 @@
+-include ../config.mak
+
+VPATH=$(SRC_PATH)/doc
+
all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
ffmpeg.1 ffserver.1 ffplay.1
diff --git a/vhook/Makefile b/vhook/Makefile
index 5b68b43..1335355 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -1,5 +1,7 @@
include ../config.mak
+VPATH=$(SRC_PATH)/vhook
+
CFLAGS=$(VHOOKCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat \
-I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -DHAVE_AV_CONFIG_H
OpenPOWER on IntegriCloud