2,051
edits
(→Libraries needed: update and cleanup) |
m (→Building the libraries: add libmad fix for gcc 4.4+) |
||
Line 188: | Line 188: | ||
=== libmad === | === libmad === | ||
Unzip the libmad archive in a folder | Unzip the libmad archive in a folder. Open MSYS, go to the libmad folder. If you are using gcc 4.4 or higher, run the following command: | ||
sed -i '/-fforce-mem/d' configure | |||
Then issue these commands to compile the library: | |||
./configure --disable-shared | ./configure --disable-shared | ||
make | make |
edits