[FFmpeg-cvslog] r18782 - in branches/0.5: . configure
diego
subversion
Sun May 10 13:02:03 CEST 2009
Author: diego
Date: Sun May 10 13:02:03 2009
New Revision: 18782
Log:
Merge fix for license check function from trunk.
Modified:
branches/0.5/ (props changed)
branches/0.5/configure
Modified: branches/0.5/configure
==============================================================================
--- branches/0.5/configure Sun May 10 03:57:21 2009 (r18781)
+++ branches/0.5/configure Sun May 10 13:02:03 2009 (r18782)
@@ -1683,7 +1683,7 @@ fi
die_license_disabled() {
- enabled $1 || enabled $2 && die "$2 is $1 and --enable-$1 is not specified."
+ enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
}
die_license_disabled gpl libfaad2
More information about the ffmpeg-cvslog
mailing list