diff options
author | Alexander Strasser <eclipse7@gmx.net> | 2011-12-24 01:28:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-24 02:56:25 +0100 |
commit | bd9d4a6bb91cdeeb7013d9973b502ba867c34211 (patch) | |
tree | 4e290de5428aa4497c4bb5a72ccb663e8dffc7dc /Makefile | |
parent | 0d4a77472ad8a4d194e93379a992f66c33fbf144 (diff) | |
download | ffmpeg-bd9d4a6bb91cdeeb7013d9973b502ba867c34211.tar.gz |
build: Try to find fate_config.sh.template in source path
The FATE documentation depends on the mentioned file. But that
did break out of tree builds because the file was not found.
Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ vpath %.S $(SRC_PATH) vpath %.asm $(SRC_PATH) vpath %.v $(SRC_PATH) vpath %.texi $(SRC_PATH) +vpath %/fate_config.sh.template $(SRC_PATH) PROGS-$(CONFIG_FFMPEG) += ffmpeg PROGS-$(CONFIG_AVCONV) += avconv |