summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-15 19:24:05 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-15 19:24:05 +0000
commita426bbfc280b62c0e6997090651602f93e789d0d (patch)
tree2dc6fca89bc3e5465ae835e7cadf69d871d7f368
parentc415857d06fe11fa864f54c249a3552fbf6ef5d8 (diff)
set SRC_DIR in top-leve Makefile
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81a20fa0c6..bb5aa5180b 100644
--- 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)