diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-20 03:33:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-20 03:33:30 +0200 |
commit | 9e6769d2dc7bb33a2317b85fb55239958119e78c (patch) | |
tree | 82baedf2c8b3d7a6ef6bd1d930e03afef2428ba9 /configure | |
parent | 447b988b53191238c3de402dd8729540f639d5ad (diff) | |
parent | afe176265480880e1f702c96a8ba434b0d88728b (diff) | |
download | ffmpeg-9e6769d2dc7bb33a2317b85fb55239958119e78c.tar.gz |
Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b'
* commit 'afe176265480880e1f702c96a8ba434b0d88728b':
build: export library dependencies in ${name}_FFLIBS
Conflicts:
common.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5396,7 +5396,7 @@ get_version(){ map 'get_version $v' $LIBRARY_LIST -map 'eval echo "FFLIBS-${v}=\$${v}_deps" >> config.mak' $LIBRARY_LIST +map 'eval echo "${v}_FFLIBS=\$${v}_deps" >> config.mak' $LIBRARY_LIST print_program_libs(){ eval "program_libs=\$${1}_libs" |