Commit e78f9681 authored by Paul Sterne's avatar Paul Sterne Committed by Michael Niedermayer

Fix configure problem with out-of-source-tree build for fate-related .mak...

Fix configure problem with out-of-source-tree build for fate-related .mak files in the tests and tests/fate subdirectories

This patch will add to the list of files for which configure creates
symbolic links when building outside of the ffmpeg source tree.
This fixes a problem for fate-related .mak files in the tests and tests/fate
subdirectories.
parent 90cbbbc1
......@@ -3300,6 +3300,7 @@ if enabled source_path_used; then
libswscale
libswscale/$arch
tests
tests/fate
tools
"
FILES="
......@@ -3318,6 +3319,15 @@ if enabled source_path_used; then
libpostproc/Makefile
libswscale/Makefile
tests/Makefile
tests/fate.mak
tests/fate2.mak
tests/fate/aac.mak
tests/fate/als.mak
tests/fate/fft.mak
tests/fate/h264.mak
tests/fate/mp3.mak
tests/fate/vorbis.mak
tests/fate/vp8.mak
"
map 'mkdir -p $v' $DIRS;
map 'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment