diff options
author | Luca Abeni <lucabe72@email.it> | 2006-11-09 15:13:56 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-11-09 15:13:56 +0000 |
commit | 7964ed71e98f445618ff82056db3d0cd4f82bc2a (patch) | |
tree | 42b746c5d38f265b8d27cef732e9d6aa5210115b | |
parent | cbee7a69448467ca615a53fd3927b53b1547509d (diff) | |
download | ffmpeg-7964ed71e98f445618ff82056db3d0cd4f82bc2a.tar.gz |
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-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) |