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

diego subversion
Thu Aug 17 18:03:00 CEST 2006


Author: diego
Date: Thu Aug 17 18:02:57 2006
New Revision: 6013

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

Log:
Remove unnecessary include and variable declaration.


Modified: trunk/doc/Makefile
==============================================================================
--- trunk/doc/Makefile	(original)
+++ trunk/doc/Makefile	Thu Aug 17 18:02:57 2006
@@ -1,7 +1,3 @@
--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:02:57 2006
@@ -1,7 +1,5 @@
 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