Skip to content
Snippets Groups Projects
Commit bd9d4a6b authored by Alexander Strasser's avatar Alexander Strasser Committed by Michael Niedermayer
Browse files

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: default avatarAlexander Strasser <eclipse7@gmx.net>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 0d4a7747
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ vpath %.S $(SRC_PATH) ...@@ -8,6 +8,7 @@ vpath %.S $(SRC_PATH)
vpath %.asm $(SRC_PATH) vpath %.asm $(SRC_PATH)
vpath %.v $(SRC_PATH) vpath %.v $(SRC_PATH)
vpath %.texi $(SRC_PATH) vpath %.texi $(SRC_PATH)
vpath %/fate_config.sh.template $(SRC_PATH)
PROGS-$(CONFIG_FFMPEG) += ffmpeg PROGS-$(CONFIG_FFMPEG) += ffmpeg
PROGS-$(CONFIG_AVCONV) += avconv PROGS-$(CONFIG_AVCONV) += avconv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment