[Bug 527] Review request: mlt - Toolkit for broadcasters, video editors, media players, transcoders

RPM Fusion Bugzilla noreply at rpmfusion.org
Wed May 20 09:57:05 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=527





--- Comment #83 from Dan Dennedy <dan at dennedy.org>  2009-05-20 09:57:05 ---
I fixed the linking of libmltmotionest.so with libm, and I fixed the license in
the comment header in src/mlt++/config.h to be consistent with the rest of the
files in that dir. These are in my git repo.

As for the PPC failure, I need some help to track down the issue.
src/modules/xine/cpu_accel.c is not supposed to be compiled for ppc even though
it might be possible. The reason is that this code was copied from the xine
project, but it does not share the same build system to set all of the flags
(and we do not have ppc machines to test and debug the accellerated plugin if
we could). Rather, the mlt build simply tries to prevent building any of the
asm for ppc. It does try to detect if mmx is available automatically, but it
will certainly fail if you are cross-compiling on an intel arch machine. Can
you try passing --disable-mmx and --disable-sse to configure for the ppc build?
If it still fails, then please try to get the generated config.mak in the top
level directory, if possible, and attach it here. Otherwise, can you provide
more info?


-- 
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.


More information about the rpmfusion-developers mailing list