[FFmpeg-cvslog] build: Try to find fate_config.sh.template in source path

Alexander Strasser git at videolan.org
Sat Dec 24 03:05:09 CET 2011


ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Sat Dec 24 01:28:30 2011 +0100| [bd9d4a6bb91cdeeb7013d9973b502ba867c34211] | committer: Michael Niedermayer

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 at gmx.net>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 53f91cb..5622aa8 100644
--- a/Makefile
+++ b/Makefile
@@ -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



More information about the ffmpeg-cvslog mailing list