[SCM] libav/experimental: Simplify one variable setting.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:08:22 UTC 2013
The following commit has been merged in the experimental branch:
commit abc4e5727e11b4caf1591d0b2b3e4308159d2ead
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Oct 18 10:03:16 2007 +0000
Simplify one variable setting.
Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 6f4dfc6..7d3c07a 100755
--- 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."
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list