[psp] [updated] libasfparser to decode asf frame

Create a single thread for each patch to be added to the repository. Please try to stay on topic.
Post Reply
hrimfaxi
Posts: 20
Joined: Thu Nov 23, 2006 5:40 pm

[psp] [updated] libasfparser to decode asf frame

Post by hrimfaxi »

Sorry, I messed up pspasfparser.h, and it cannot compile at all.

Here is the patch.

I also add a reference link with its usage on how to play WMA file.

http://ifile.it/xs9cujk
Last edited by hrimfaxi on Mon Jun 29, 2009 10:03 pm, edited 1 time in total.
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Code: Select all

Sending        pspsdk/configure.ac
Sending        pspsdk/src/Makefile.am
Adding         pspsdk/src/asfparser
Adding         pspsdk/src/asfparser/Makefile.am
Adding         pspsdk/src/asfparser/pspasfparser.h
Adding         pspsdk/src/asfparser/sceAsfParser.S
Transmitting file data .....
Committed revision 2466.
thanks
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

Something's broke:
Making clean in base
make[2]: Nothing to be done for `clean'.
Making clean in audio
test -z "libpspaudio.a libpspaudio_driver.a libpspaudiolib.a libpspaudiocodec.a" || rm -f libpspaudio.a libpspaudio_driver.a libpspaudiolib.a libpspaudiocodec.a
rm -f *.o
Making clean in atrac3
test -z "libpspatrac3.a " || rm -f libpspatrac3.a
rm -f *.o
Making clean in asfparser
Makefile:504: *** missing separator. Stop.
make[1]: *** [clean-recursive] Error 1
make: *** [clean-recursive] Error 1
../scripts/003-pspsdk-stage1.sh: Failed.
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

The forum mangles whitespace.. should be fixed now.
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

Confirmed working, thanks.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

jimparis wrote:The forum mangles whitespace.. should be fixed now.
I've run into that a number of times. Never post diff files in code or quote tags - it won't work. Post a link to the diff file so it can be downloaded instead.
hrimfaxi
Posts: 20
Joined: Thu Nov 23, 2006 5:40 pm

Post by hrimfaxi »

please update the patch....
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

committed
Post Reply