Hi,

okay my previous patch wasn't the only thing...

This is our debian/rules:

ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), "amd64"))
         EXTRA_CONFIGURE_OPTS += --enable-motion_est --enable-mmx 
--enable-sse
else
         EXTRA_CONFIGURE_OPTS += --disable-motion_est --disable-mmx 
--disable-sse --disable-sse2
endif

DEB_CONFIGURE_EXTRA_FLAGS := \
         --enable-gpl \
         $(EXTRA_CONFIGURE_OPTS) \
         --avformat-shared=/usr \
         --avformat-swscale \
         --luma-compress \
         --swig-languages=python \
         --qimage-libdir=/usr/lib

But as you can see in 
https://buildd.debian.org/fetch.cgi?pkg=mlt&arch=powerpc&ver=0.5.0-2&stamp=1266343759&file=log
 
(search for "Unrecognized opcode") it still FTBFS, because MMX is still 
enabled.

This bug is very important, because it won't migrate to testing (so on 
won't be released in squeeze, also kdenlive).

-- 
/*
Mit freundlichem Gruß / With kind regards,
  Patrick Matthäi
  GNU/Linux Debian Developer

E-Mail: [email protected]
         [email protected]

Comment:
Always if we think we are right,
we were maybe wrong.
*/

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to