mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
do nothing in restore_flags() if flags are not saved
Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
703afd0780
commit
f5d28d106e
1
configure
vendored
1
configure
vendored
@ -291,6 +291,7 @@ save_flags(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
restore_flags(){
|
restore_flags(){
|
||||||
|
flags_saved || return
|
||||||
CFLAGS="$SAVE_CFLAGS"
|
CFLAGS="$SAVE_CFLAGS"
|
||||||
LDFLAGS="$SAVE_LDFLAGS"
|
LDFLAGS="$SAVE_LDFLAGS"
|
||||||
extralibs="$SAVE_extralibs"
|
extralibs="$SAVE_extralibs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user