[FFmpeg-cvslog] r12453 - trunk/Makefile

mru subversion
Sat Mar 15 20:24:05 CET 2008


Author: mru
Date: Sat Mar 15 20:24:05 2008
New Revision: 12453

Log:
set SRC_DIR in top-leve Makefile


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat Mar 15 20:24:05 2008
@@ -4,6 +4,8 @@
 #
 include config.mak
 
+SRC_DIR = $(SRC_PATH_BARE)
+
 vpath %.c    $(SRC_PATH_BARE)
 vpath %.h    $(SRC_PATH_BARE)
 vpath %.texi $(SRC_PATH_BARE)




More information about the ffmpeg-cvslog mailing list