comparison Makefile @ 1461:23f88db38eb5 libavformat

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
author mru
date Wed, 08 Nov 2006 00:02:15 +0000
parents 234a04b906f9
children 56fe078ffc27
comparison
equal deleted inserted replaced
1460:234a04b906f9 1461:23f88db38eb5
190 ifeq ($(BUILD_SHARED),yes) 190 ifeq ($(BUILD_SHARED),yes)
191 LIBVERSION=$(LAVFVERSION) 191 LIBVERSION=$(LAVFVERSION)
192 LIBMAJOR=$(LAVFMAJOR) 192 LIBMAJOR=$(LAVFMAJOR)
193 endif 193 endif
194 194
195 include $(SRC_PATH)/common.mak 195 include ../common.mak