[SCM] x264 packaging branch, ubuntu, updated. debian/0.85.1448+git1a6d32-3-3-g726fedf

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Mar 31 10:50:16 UTC 2010


The following commit has been merged in the ubuntu branch:
commit 69864b2e797be50676c40c97818887f136e1b06a
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Mar 30 22:26:58 2010 +0200

    install sse optimized version in /usr/lib/sse2. LP: #550524

diff --git a/debian/confflags b/debian/confflags
index b03c6a0..f07810f 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -48,9 +48,9 @@ ifneq (,$(filter i386 i486 i586 i686 pentium,$(DEB_HOST_GNU_CPU)))
 sse_asm := addss m0, m0
 has_sse := $(call check_asm, $(sse_asm))
 ifneq ($(has_sse),1)
-# build an SSE optimized flavor; SSE implies i686
+# build an SSE optimized flavor for i686
 do_opt := yes
-opt_libdir := /usr/lib/sse
+opt_libdir := /usr/lib/i686/sse2
 shared_confflags += --disable-asm
 endif
 endif

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list