Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-01 07:12:20 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-01 07:12:39 +0400
commit9595f36700a90fc3e32627964fa2106341aa306c (patch)
treeb7497a0ae9b8bea251ef55507b0c2d388a423261 /Makefile
parent6537b89843e227b5d78a9832ba66781465edb81b (diff)
Makefile: fix out of tree builds of .m files
should fix fate failures on darwin Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f497f5796b..ca9e511bdf 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ include config.mak
vpath %.c $(SRC_PATH)
vpath %.cpp $(SRC_PATH)
vpath %.h $(SRC_PATH)
+vpath %.m $(SRC_PATH)
vpath %.S $(SRC_PATH)
vpath %.asm $(SRC_PATH)
vpath %.rc $(SRC_PATH)