summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-16 21:22:59 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-16 21:22:59 +0000
commit43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (patch)
tree41c8c2455881b7738bb9e53a5bc82cd4a7d6fdeb /configure
parente0e335a023e1afe3b8cfde5ff56b5473db58f7b0 (diff)
Move arch-specific makefile parts into $arch/Makefile
Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index c1ea817ca3..06820063f9 100755
--- a/configure
+++ b/configure
@@ -2948,6 +2948,7 @@ if enabled source_path_used; then
subdir.mak
doc/texi2pod.pl
libavcodec/Makefile
+ libavcodec/${arch}/Makefile
libavdevice/Makefile
libavfilter/Makefile
libavformat/Makefile
@@ -2956,7 +2957,7 @@ if enabled source_path_used; then
libswscale/Makefile
"
map 'mkdir -p $v' $DIRS;
- map '$ln_s "$source_path/$v" $v' $FILES
+ map 'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES
fi
enabled stripping || strip="echo skipping strip"