[SCM] VLC media player packaging branch, sid, updated. debian/0.9.9a-1-5-g61a3205

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Mon Apr 20 14:59:26 UTC 2009


The following commit has been merged in the sid branch:
commit 61a3205b43deff3931a9da2fb5affe79d91c5d91
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Wed Apr 8 15:57:33 2009 +0200

    disable more optimization with DEB_BUILD_OPTIONS=noopt

diff --git a/debian/rules b/debian/rules
index 033ed9b..23e3330 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ confflags := --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 endif
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-confflags += --disable-optimizations
+confflags += --disable-optimizations --disable-mmx --disable-sse --disable-altivec
 endif
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list