[SCM] x264/master: --enable-static must be explicitely set to build static library.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Jul 25 23:18:35 UTC 2011


The following commit has been merged in the master branch:
commit 3dbb96a20b8f0e8bae189e30f3a318764d2dc32e
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon Jul 25 17:55:11 2011 -0400

    --enable-static must be explicitely set to build static library.

diff --git a/debian/confflags b/debian/confflags
index a1e4e46..c95651d 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -10,7 +10,8 @@ common_confflags += --prefix=/usr
 # XXX why isn't --enable-visualize used in the static build?
 # TODO --disable-asm when we build an opt flavor?
 static_confflags += \
-	$(common_confflags)
+	$(common_confflags) \
+	--enable-static
 
 # upstream defaults to forcing a bunch of optimizations on various arches;
 # --disable-asm should disable them all, but then we need to figure out what

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list