diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-28 17:08:00 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-28 18:15:19 +0100 |
commit | 57b4a3dd2b358b2122736af861c1538acd1eed1a (patch) | |
tree | 4c959f90b1d66fe6989592fe7d05c94c288cabe6 /configure | |
parent | 618230c7f44adf2c6acc68028e4117376c9f68db (diff) | |
download | ffmpeg-57b4a3dd2b358b2122736af861c1538acd1eed1a.tar.gz |
build: include sub-makefiles using full path instead of symlinks
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -3214,23 +3214,10 @@ if enabled source_path_used; then " FILES=" Makefile - common.mak - subdir.mak - doc/Makefile doc/texi2pod.pl - libavcodec/Makefile - libavcodec/${arch}/Makefile - libavdevice/Makefile - libavfilter/Makefile - libavfilter/${arch}/Makefile - libavformat/Makefile - libavutil/Makefile - libpostproc/Makefile - libswscale/Makefile - tests/Makefile " map 'mkdir -p $v' $DIRS; - map 'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES + map '$ln_s "$source_path/$v" $v' $FILES fi config_files="$TMPH config.mak" |