summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Sterne <make4ppc@gmail.com>2011-06-26 12:55:53 -0700
committerMichael Niedermayer <michaelni@gmx.at>2011-06-28 22:11:25 +0200
commite78f96811247571fe111c38672cfae6074bdb1d4 (patch)
treef1bdef739398853d76bbf6afea50403ec84ec895 /configure
parent90cbbbc1e2fbe0ea35da450f82d2b6e53691b9a8 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index afa25d9d06..4c9b7318df 100755
--- a/configure
+++ b/configure
@@ -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