set SRC_DIR in top-leve Makefile
authorMåns Rullgård <mans@mansr.com>
Sat, 15 Mar 2008 19:24:05 +0000 (19:24 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 15 Mar 2008 19:24:05 +0000 (19:24 +0000)
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 81a20fa..bb5aa51 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)