diff options
author | lucabe <lucabe@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-09 15:13:56 +0000 |
---|---|---|
committer | lucabe <lucabe@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-09 15:13:56 +0000 |
commit | 22bff1ea7c85dcfd6f17df65f9d7eced4bb47cfb (patch) | |
tree | 7549811078803b068eb1e56dd4a6dbaebc024509 | |
parent | f555edc501d691fd387b7056a5f76ce5cbcfd1de (diff) |
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20816 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 29df055e5e..82e9bfc025 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -16,7 +16,7 @@ endif HEADERS = swscale.h rgb2rgb.h -include $(SRC_PATH)/common.mak +include ../common.mak cs_test: cs_test.c $(LIB) |