Mercurial > libavcodec.hg
comparison Makefile @ 4160:357dc960e3e2 libavcodec
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 | f6f67a8bdd09 |
children | 127d84a4c8e0 |
comparison
equal
deleted
inserted
replaced
4159:aeb1b0d99013 | 4160:357dc960e3e2 |
---|---|
410 TESTS= imgresample-test fft-test | 410 TESTS= imgresample-test fft-test |
411 ifeq ($(TARGET_ARCH_X86),yes) | 411 ifeq ($(TARGET_ARCH_X86),yes) |
412 TESTS+= cpuid_test dct-test motion-test | 412 TESTS+= cpuid_test dct-test motion-test |
413 endif | 413 endif |
414 | 414 |
415 include $(SRC_PATH)/common.mak | 415 include ../common.mak |
416 | 416 |
417 amrlibs: | 417 amrlibs: |
418 $(MAKE) -C amr spclib fipoplib | 418 $(MAKE) -C amr spclib fipoplib |
419 | 419 |
420 tests: apiexample $(TESTS) | 420 tests: apiexample $(TESTS) |