OSDN Git Service

Simplify one variable setting.
authorDiego Biurrun <diego@biurrun.de>
Thu, 18 Oct 2007 10:03:16 +0000 (10:03 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 18 Oct 2007 10:03:16 +0000 (10:03 +0000)
Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 6f4dfc6..7d3c07a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1246,9 +1246,7 @@ EOF
     exit 1;
 fi
 
-if disabled static; then
-    LIBNAME=""
-fi
+disabled static && LIBNAME=""
 
 if ! enabled libogg; then
     enabled libtheora && die "libogg must be enabled to enable libtheora."