[SCM] x264 packaging branch, ubuntu, updated. debian/0.85.1442.1+git781d30-1-16-geb70bdd
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Feb 21 16:11:19 UTC 2010
The following commit has been merged in the ubuntu branch:
commit eb70bddc613b36f3e2a506ae8bc5af481576f098
Author: Loïc Minier <loic.minier at ubuntu.com>
Date: Sun Feb 21 17:10:12 2010 +0100
Drop --enable-pic, let's see what breaks
Upstream turns on PIC for some arches, they probably miss support for
some arches and I suspect some checks are missing, but let's see what
breaks when we drop --enable-pic and we will fix upstream's configure
instead of working around in the packaging.
diff --git a/debian/confflags b/debian/confflags
index ebcd7a2..9287e77 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -16,13 +16,9 @@ static_confflags += \
# also, we try providing an optimized flavor for the arches / toolchain
# combinations where it makes sense
-# TODO disable PIC on i386 for performance? Upstream's configure seems to be
-# turning PIC when it knows an arch requires it, but doesn't support all Debian
-# arches
shared_confflags += \
$(common_confflags) \
--enable-shared \
- --enable-pic \
--enable-visualize
opt_confflags += \
--
x264 packaging
More information about the pkg-multimedia-commits
mailing list