mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-12 04:01:44 +08:00
Makefile: fix out of tree builds of .m files
should fix fate failures on darwin Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
1
Makefile
1
Makefile
@@ -4,6 +4,7 @@ include config.mak
|
|||||||
vpath %.c $(SRC_PATH)
|
vpath %.c $(SRC_PATH)
|
||||||
vpath %.cpp $(SRC_PATH)
|
vpath %.cpp $(SRC_PATH)
|
||||||
vpath %.h $(SRC_PATH)
|
vpath %.h $(SRC_PATH)
|
||||||
|
vpath %.m $(SRC_PATH)
|
||||||
vpath %.S $(SRC_PATH)
|
vpath %.S $(SRC_PATH)
|
||||||
vpath %.asm $(SRC_PATH)
|
vpath %.asm $(SRC_PATH)
|
||||||
vpath %.rc $(SRC_PATH)
|
vpath %.rc $(SRC_PATH)
|
||||||
|
Reference in New Issue
Block a user