Confused about pspmpeg

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Confused about pspmpeg

Post by sakya »

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: Select all

#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
Post Reply