Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
I'm going to fork a new thread since this is a little off-topic from Heath's
howto post. The link from gentoo-wiki mentions mplayer and xine-lib.
Quoting Heath Holcomb <liquidcable@...>:
> I too am working with a VIA based SBCs. A CLE266 version, CL10000; and a
> CN400 based one.
>
> If you ever want the hardware mpeg2 decoding take a look at
> http://gentoo-wiki.com/HOWTO_Unichrome
I was unsuccessful in getting xine-lib, or more specifically certain mpeg codecs
that use lrintf and other susv3 math, to run under uclibc. This does break
xine-lib completely. Because these math functions are part of uclibc headers,
programs that reference them compile fine, but ultimately symbols can't be
resolved at runtime since definitions don't actually exist in the .so.
A possible solution might be taking out the declarations from the math header so
ffmpeg uses its own definitions of the functions it wants. I spent a while on
this problem and tried to recompile libm with lrint and lrintf definitions, but
then it broke on another math function so I threw in the towel.
Maybe I'm missing something. Has anyone else had luck here?
Kurt
--
gentoo-embedded@g.o mailing list
|
|