projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84400e9
)
configure: simplify append function
author
Måns Rullgård
<mans@mansr.com>
Fri, 25 Jun 2010 15:44:58 +0000
(15:44 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Fri, 25 Jun 2010 15:44:58 +0000
(15:44 +0000)
Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
1e103ff
..
3de19a5
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-552,7
+552,6
@@
temp_extralibs(){
append(){
var=$1
shift
- flags_saved && eval "SAVE_$var=\"\$SAVE_$var $*\""
eval "$var=\"\$$var $*\""
}