[Ffmpeg-cvslog] r7918 - trunk/configure
mru
subversion
Sun Feb 11 12:28:53 CET 2007
Author: mru
Date: Sun Feb 11 12:28:53 2007
New Revision: 7918
Modified:
trunk/configure
Log:
do nothing in restore_flags() if flags are not saved
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Feb 11 12:28:53 2007
@@ -291,6 +291,7 @@
}
restore_flags(){
+ flags_saved || return
CFLAGS="$SAVE_CFLAGS"
LDFLAGS="$SAVE_LDFLAGS"
extralibs="$SAVE_extralibs"
More information about the ffmpeg-cvslog
mailing list