r1149 - /experimental/ffmpeg/debian/rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Apr 20 06:14:09 UTC 2008


Author: siretart
Date: Sun Apr 20 06:14:09 2008
New Revision: 1149

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1149
Log:
actually disable --no-altivec

Modified:
    experimental/ffmpeg/debian/rules

Modified: experimental/ffmpeg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/rules?rev=1149&op=diff
==============================================================================
--- experimental/ffmpeg/debian/rules (original)
+++ experimental/ffmpeg/debian/rules Sun Apr 20 06:14:09 2008
@@ -18,7 +18,7 @@
 # Don't disable altivec, at least for now. Disabling altivec causes a
 # FTBFS in libswscale, as it will fallback to a "plain c version" of
 # some functions, which only compile with altivec enabled.
-nooptflags += --disable-altivec
+# nooptflags += --disable-altivec
 
 DEB_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: //p')
 SRC_VERSION := $(shell echo $(DEB_VERSION) | cut -d '-' -f 1)




More information about the pkg-multimedia-commits mailing list