On Sat, Sep 4, 2010 at 6:31 AM, Tore Brigaglia <opensourcecat at gmail.com> 
wrote:
> Hi Guys
>
> I'm trying to get ready to translate kdenlive for next release. Today, after a
> long time i'm trying to build mlt/kdenlive to begin translation.
>
> i'v installed all dependencies and compiled ffmpeg with most of the flags
> suggested on kdenlive.org (some where not working like --enable-libopencore-
> amrnb --enable-libopencore-amrwb and --enable-libfaad).

those are silly and dated options, you should not need them.

> Then whento to compile MLT and got this error:

Are you using the git head?

> In file included from yadif.c:275:0:
> vf_yadif_template.h: In function ?filter_line_sse2?:
> vf_yadif_template.h:228:9: error: can't find a register in class
> ?GENERAL_REGS? while reloading ?asm?

add --disable-sse2 to mlt's configure.

> vf_yadif_template.h:234:9: error: can't find a register in class
> ?GENERAL_REGS? while reloading ?asm?
> vf_yadif_template.h:228:9: error: ?asm? operand has impossible constraints
> vf_yadif_template.h:228:9: error: ?asm? operand has impossible constraints
> vf_yadif_template.h:234:9: error: ?asm? operand has impossible constraints
> vf_yadif_template.h:234:9: error: ?asm? operand has impossible constraints
> make[2]: *** [yadif.o] Error 1
> make[2]: Leaving directory `/home/tore/sources/mlt/mlt/src/modules/xine'
> make[1]: *** [all] Error 1
> make[1]: Leaving directory `/home/tore/sources/mlt/mlt/src/modules'
> make: *** [all] Error 1
>
> Any suggestion?


Reply via email to