LibMad file

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

Moderators: cheriff, TyRaNiD

Post Reply
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

LibMad file

Post by Question_dev »

Hi,

i need the libmad.a file, can somebody attach it here, i have all the includes, but my cygwin cant compile the libmad.a

Thanks !
Vincent_M
Posts: 73
Joined: Tue Apr 03, 2007 4:16 am

Post by Vincent_M »

It would be best to reinstall libmad. Getting libmad.a from one of us could cause version conflicts between your installation's version of all of libmad's other files installed, and the static library of libmad's (libmad.a) version. Here's what you type:

Code: Select all

svn checkout svn://svn.ps2dev.org/psp/trunk/libmad
That'll download the source for libmad again. Just type 'make' and then 'make install' to build libmad from source, and install it.
Post Reply