sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Sat Jul 19, 2008 3:23 am Post subject: Confused about pspmpeg |
|
|
Hi! :)
I have a question about pspmeg. :)
I had a look at the pmfplayer code after reading this thread:
http://forums.ps2dev.org/viewtopic.php?t=10654
I made a simple eboot, using the code but removing the prx.
I also removed the libmpeg directory and liked -lpspmpeg directly (I thought it was just a copy of an old pspmpeg) and corrected a pair of structure's variable that has changed.
Now the "strange" thing: linking with pspmpeg both the audio and video runs slow (and the audio is bad), but if I just change the include
| Code: | #include <pspmpeg.h>
//#include "libmpeg/pspmpeg.h" |
and link pspmpeg.a from the libmpeg directory included in the pmfplayer then both video and audio works correctly.
Here there's my code:
http://www.sakya.it/downloads/pmfLib.rar
Is my sdk corrupted or what?
Many thanks for any help. ;)
Ciaooo
Sakya |
|