diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-25 15:44:58 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-25 15:44:58 +0000 |
commit | 9efdf9b5c0905540d94e8998526583e37786df54 (patch) | |
tree | 1f2edd35f3283d6747675c1d45a22ebc9d5ee2f1 | |
parent | 84400e9d10ca3b9a3835e4866bfca7e13ea48526 (diff) | |
download | ffmpeg-9efdf9b5c0905540d94e8998526583e37786df54.tar.gz |
configure: simplify append function
Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -552,7 +552,6 @@ temp_extralibs(){ append(){ var=$1 shift - flags_saved && eval "SAVE_$var=\"\$SAVE_$var $*\"" eval "$var=\"\$$var $*\"" } |