[FFmpeg-cvslog] Makefile: fix out of tree builds of .m files

Michael Niedermayer git at videolan.org
Tue Apr 1 05:17:56 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr  1 05:12:20 2014 +0200| [9595f36700a90fc3e32627964fa2106341aa306c] | committer: Michael Niedermayer

Makefile: fix out of tree builds of .m files

should fix fate failures on darwin

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9595f36700a90fc3e32627964fa2106341aa306c
---

 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index f497f57..ca9e511 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)



More information about the ffmpeg-cvslog mailing list