From bd9d4a6bb91cdeeb7013d9973b502ba867c34211 Mon Sep 17 00:00:00 2001 From: Alexander Strasser Date: Sat, 24 Dec 2011 01:28:30 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Niedermayer --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 53f91cb45e..5622aa8a2f 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