diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-11 11:28:53 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-11 11:28:53 +0000 |
commit | f5d28d106e535a8b9413db2afffc175f177811af (patch) | |
tree | 9ffe4806e2b96ae28ba3475bbca67247a369275b /configure | |
parent | 703afd0780e211dd880a93aca33df08dd1c124d0 (diff) | |
download | ffmpeg-f5d28d106e535a8b9413db2afffc175f177811af.tar.gz |
do nothing in restore_flags() if flags are not saved
Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -291,6 +291,7 @@ save_flags(){ } restore_flags(){ + flags_saved || return CFLAGS="$SAVE_CFLAGS" LDFLAGS="$SAVE_LDFLAGS" extralibs="$SAVE_extralibs" |