Search found 6 matches

by TimeZlicer
Fri Nov 09, 2007 1:37 pm
Forum: spu-medialib
Topic: spu-medialib revision 114 cannot compile
Replies: 8
Views: 26997

cool! thanks again!

sorry that I can't help with the debugging,
i will try to build your releases ground up.

will find time tonight to change to Gentoo on PS3 and see if the situation improves.

do you recommend ul32 or ul64?
by TimeZlicer
Wed Nov 07, 2007 9:22 pm
Forum: spu-medialib
Topic: Installing the unstable but working Xv driver
Replies: 26
Views: 92364

sorry, my programming is rusty...

I found this line, what am I suppose to do with devPrivate.ptr?

pPriv->Opointer[pPriv->currentBuffer]=mypixmap->devPrivate.ptr;


Thanks in advance!!!
by TimeZlicer
Wed Nov 07, 2007 9:21 pm
Forum: spu-medialib
Topic: spu-medialib revision 114 cannot compile
Replies: 8
Views: 26997

spu-medialib revision 114 cannot compile

Making all in src make[1]: Entering directory `/usr/local/src/spu-medialib/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/spu-medialib/src' Making all in spu make[1]: Entering directory `/usr/local/src/spu-medialib/spu' Making all in src make[2]: Entering dire...
by TimeZlicer
Tue Nov 06, 2007 1:04 pm
Forum: spu-medialib
Topic: Installing the unstable but working Xv driver
Replies: 26
Views: 92364

fedora 7 on PS3

i installed from the RPM listed at
http://www.kernel.org/pub/linux/kernel/ ... nment.html

BTW I tried, and compiled successfully but X crashes when running mplayer.

Will post the error.log tonight.
by TimeZlicer
Mon Nov 05, 2007 11:52 pm
Forum: spu-medialib
Topic: Installing the unstable but working Xv driver
Replies: 26
Views: 92364

prefix=$(prefix)
exec_prefix=$(exec_prefix)
libdir=$(libdir)
includedir=$(includedir)

Name: libspe2
Description: A wrapper library to adapt the JSRE SPU usage model to SPUFS
Version: 2.2.0
Requires:
Conflicts:
Libs: -L${libdir} -lrt -lpthread
Cflags: -I${includedir}
by TimeZlicer
Mon Nov 05, 2007 9:49 pm
Forum: spu-medialib
Topic: Installing the unstable but working Xv driver
Replies: 26
Views: 92364

Hi, I have encountered a libspe2 not found problem while doing ./configure and was resolved by adding /usr/lib/pkgconfig/libspe2.pc with the following contents prefix=$(prefix) exec_prefix=$(exec_prefix) libdir=$(libdir) includedir=$(includedir) Name: libspe2 Description: A wrapper library to adapt ...