16
Zaurus - pdaXrom / Xmms - Need Mpeg 1/2/3 Plugin
« on: August 05, 2006, 08:38:22 pm »
Update:
I've now been trying to compile xmms (version 1.2.10 sources) myself in order to get the MPG123 plugin. However, although building and installing xmms works fine the build process wouldn't create the shared libraries "libmpg123.so"! It only creates static libraries "libmpg123.a". I have tried to run ./configure with and without the "--enable-shared" option (which should be on by default anyway), however, both to no avail. Also other plugins such as the OSS output plugin are not created as shared libraries only as static ones (so I can run xmms but don't hear anything). Only libwav.so and libtonegen.so are build as shared versions so building shared libraries in general should work.
When I run the exact same build process on my X86 desktop PC each plugin gets created as a shared library.
What would prevent the build process on the ARM architecture to create shared libraries? I must be missing something?
Help?
I've now been trying to compile xmms (version 1.2.10 sources) myself in order to get the MPG123 plugin. However, although building and installing xmms works fine the build process wouldn't create the shared libraries "libmpg123.so"! It only creates static libraries "libmpg123.a". I have tried to run ./configure with and without the "--enable-shared" option (which should be on by default anyway), however, both to no avail. Also other plugins such as the OSS output plugin are not created as shared libraries only as static ones (so I can run xmms but don't hear anything). Only libwav.so and libtonegen.so are build as shared versions so building shared libraries in general should work.
When I run the exact same build process on my X86 desktop PC each plugin gets created as a shared library.
What would prevent the build process on the ARM architecture to create shared libraries? I must be missing something?
Help?