For some reason I can't connect to freenode irc network. It seems like my most used domain (University of Jyväskylä) is filtered out and thus unable to connect. Maybe I have to test with machines from other domains as well. :)
--
Panu
Search found 7 matches
- Sun Dec 09, 2007 7:36 pm
- Forum: spu-medialib
- Topic: How to help developement?
- Replies: 3
- Views: 35127
- Fri Nov 30, 2007 4:33 am
- Forum: spu-medialib
- Topic: How to help developement?
- Replies: 3
- Views: 35127
How to help developement?
I would like to help the spu-medialib development as more volunteers were asked. Its probably stated somewhere but how to get hold for svn account. Or should I start by contributing patches? I have studied little how to move some of the work done in H264 decoding to SPUs (no actual work done yet). A...
- Mon Nov 26, 2007 3:03 am
- Forum: spu-medialib
- Topic: installation of spu-media lib
- Replies: 11
- Views: 83166
Hmm.. Not sure if this is due the include problem, but you could try to change
one include line in draw_rect.c and draw_rect.h. In those files there are probably lines stating Try to change them to
one include line in draw_rect.c and draw_rect.h. In those files there are probably lines stating
Code: Select all
#include <spu-medialib/data_2d.h>
Code: Select all
#include "data_2d.h"
- Sun Nov 25, 2007 7:35 pm
- Forum: spu-medialib
- Topic: installation of spu-media lib
- Replies: 11
- Views: 83166
- Fri Nov 23, 2007 2:37 am
- Forum: spu-medialib
- Topic: installation of spu-media lib
- Replies: 11
- Views: 83166
- Wed Nov 21, 2007 1:42 am
- Forum: spu-medialib
- Topic: Installing the Mplayer vo PS3
- Replies: 85
- Views: 271784
- Tue Nov 20, 2007 4:47 am
- Forum: spu-medialib
- Topic: Problem making revision 125
- Replies: 1
- Views: 23324
Problem making revision 125
I did encounter problem while making the medialib as stated in the installation instructions. It complains that spu-medialib/data_2d.h is not found. File is referenced from draw_rect.c. The file says #include <spu-medialib/data_2d.h> [code] Which seem litle odd. When changed to just "data_2d.h&...