diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-05 22:00:54 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-14 19:53:53 +0100 |
commit | d530e5794475887d5d2b1f05dfd60ba4542b0f82 (patch) | |
tree | edac79198a42b9801970cd62faf56bc64e6a8b43 /Makefile | |
parent | 0af8a71d66305874bd6f0ebc84ebf99339b6a5d3 (diff) | |
download | ffmpeg-d530e5794475887d5d2b1f05dfd60ba4542b0f82.tar.gz |
build: move vpath directives to main Makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ include config.mak SRC_DIR = $(SRC_PATH_BARE) +vpath %.c $(SRC_DIR) +vpath %.h $(SRC_DIR) +vpath %.S $(SRC_DIR) +vpath %.asm $(SRC_DIR) +vpath %.v $(SRC_DIR) vpath %.texi $(SRC_PATH_BARE) PROGS-$(CONFIG_FFMPEG) += ffmpeg |