http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
--- Comment #4 from Zarko Pintar <zarko.pintar(a)gmail.com> 2009-04-11 23:17:17 ---
Okay, but we don't want that for ppc/ppc64 architectures. Now, looking at the
configure script I don't see a --enable-mmx flag. It is already enabled by
default. You just need to disable it for certain architectures, which would be
ppc and ppc64. Additionally you may want to disable sse for older ix86
architectures (i586 and below). We will probably need something like
ExclusiveArch: i586 i686 x86_64 ppc ppc64
OK, I can make something like this:
%configure \
--enable-gpl \
--enable-motion-est \
%ifarch ppc ppc64
--disable-mmx \
%endif
--qimage-libdir=%{_qt4_libdir} \
--qimage-includedir=%{_qt4_headerdir} \
--avformat-swscale
Zarko
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.