[Ffmpeg-cvslog] r6014 - in trunk: doc/Makefile vhook/Makefile

diego subversion
Thu Aug 17 18:28:48 CEST 2006


Author: diego
Date: Thu Aug 17 18:28:47 2006
New Revision: 6014

Modified:
   trunk/doc/Makefile
   trunk/vhook/Makefile

Log:
Revert last commit, VPATH is necessary for out-of-tree builds.


Modified: trunk/doc/Makefile
==============================================================================
--- trunk/doc/Makefile	(original)
+++ trunk/doc/Makefile	Thu Aug 17 18:28:47 2006
@@ -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
 

Modified: trunk/vhook/Makefile
==============================================================================
--- trunk/vhook/Makefile	(original)
+++ trunk/vhook/Makefile	Thu Aug 17 18:28:47 2006
@@ -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
 




More information about the ffmpeg-cvslog mailing list