[SCM] x264 packaging branch, ubuntu, updated. debian/0.85.1442.1+git781d30-1-8-g39cb705

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Feb 21 11:18:11 UTC 2010


The following commit has been merged in the ubuntu branch:
commit 39cb705755ef389c697c02c1ae9211711a7480ed
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Feb 21 12:17:37 2010 +0100

    Drop non-existent --disable-shared

diff --git a/debian/rules b/debian/rules
index 7d164f9..56bbf12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ PARALLEL_FLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j$(DEB_BUILD_OPTIONS_PARAL
 MAKEFLAGS += $(PARALLEL_FLAGS)
 
 common_confflags = --enable-pthread --prefix=/usr --enable-debug
-static_confflags = $(common_confflags) --disable-shared
+static_confflags = $(common_confflags)
 # TODO disable PIC on i386 for performance?
 # XXX why is --enable-visualize only used in the shared build?
 shared_confflags = $(common_confflags) --enable-shared --enable-pic --enable-visualize

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list