mirror of https://git.ffmpeg.org/ffmpeg.git
build: move vpath directives to main Makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
0af8a71d66
commit
d530e57944
5
Makefile
5
Makefile
|
@ -2,6 +2,11 @@ include config.mak
|
||||||
|
|
||||||
SRC_DIR = $(SRC_PATH_BARE)
|
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)
|
vpath %.texi $(SRC_PATH_BARE)
|
||||||
|
|
||||||
PROGS-$(CONFIG_FFMPEG) += ffmpeg
|
PROGS-$(CONFIG_FFMPEG) += ffmpeg
|
||||||
|
|
|
@ -6,11 +6,6 @@
|
||||||
all: all-yes
|
all: all-yes
|
||||||
|
|
||||||
ifndef SUBDIR
|
ifndef SUBDIR
|
||||||
vpath %.c $(SRC_DIR)
|
|
||||||
vpath %.h $(SRC_DIR)
|
|
||||||
vpath %.S $(SRC_DIR)
|
|
||||||
vpath %.asm $(SRC_DIR)
|
|
||||||
vpath %.v $(SRC_DIR)
|
|
||||||
|
|
||||||
ifndef V
|
ifndef V
|
||||||
Q = @
|
Q = @
|
||||||
|
|
Loading…
Reference in New Issue