From 997baf014130b85828d918cb4054c17e57a8e1e5 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 8 Nov 2006 00:02:15 +0000 Subject: 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 --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f96fa70cb6..d6d09d2258 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -412,7 +412,7 @@ ifeq ($(TARGET_ARCH_X86),yes) TESTS+= cpuid_test dct-test motion-test endif -include $(SRC_PATH)/common.mak +include ../common.mak amrlibs: $(MAKE) -C amr spclib fipoplib -- cgit v1.2.3