Skip to content
/ FFmpeg Public
forked from FFmpeg/FFmpeg

Commit

Permalink
Makefile: fix out of tree builds of .m files
Browse files Browse the repository at this point in the history
should fix fate failures on darwin

Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed Apr 1, 2014
1 parent 6537b89 commit 9595f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9595f36

Please sign in to comment.