diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-05-15 18:11:19 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-05-20 00:43:51 +0200 |
commit | afe176265480880e1f702c96a8ba434b0d88728b (patch) | |
tree | 04e0a5b592edc03bd00a2dc06a0305bfc23061b6 /configure | |
parent | 132a5711a2aaaa6c7d139a0a30046a6ad41b64aa (diff) | |
download | ffmpeg-afe176265480880e1f702c96a8ba434b0d88728b.tar.gz |
build: export library dependencies in ${name}_FFLIBS
Removes an ugly $(if) to avoid conflicts with $(FFLIBS-) in the
top-level MAkefile.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4604,7 +4604,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" |