summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-08 00:02:15 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-08 00:02:15 +0000
commit997baf014130b85828d918cb4054c17e57a8e1e5 (patch)
treea64707d3b0e8f9450ea0b68639730fd795310a87 /libavformat/Makefile
parent94b594c68ae36848605766c84771674ef7b21bc9 (diff)
allow spaces in source and build directory names
out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 32f8ea498f..2f3ef01081 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -192,4 +192,4 @@ LIBVERSION=$(LAVFVERSION)
LIBMAJOR=$(LAVFMAJOR)
endif
-include $(SRC_PATH)/common.mak
+include ../common.mak