Help - Search - Members - Calendar
Full Version: XMMS MPC Linux Plugin for x86_64
Hydrogenaudio Forums > Lossy Audio Compression > MPC
Compholio
I've been trying to get the MPC plugin for XMMS to work with x86_64 and managed to get everything to compile by changing some of the gcc options. Unfortunately, XMMS segfaults when I attempt to play an MPC file (though it will allow me to open the configuration window just fine). Does anyone have the MPC plugin working on x86_64?
Lefungus
which version ?
Compholio
QUOTE(Lefungus @ Jul 12 2004, 09:16 AM)
which version ?
*



XMMS 1.2.10
libmusepack 1.0a (had to add symbolic links to make it work, otherwise it wouldn't get found)
plugin version 1.1a3

I set the architechture to x86-64 in both makefiles because otherwise it would say that the architecture was incompatible, I'm running on my 32-bit partition at the moment or I'd give you the exact error.
Compholio
The new version of libmusepack & the plugin work great on x86-64, just change the arch. in the makefiles:
old:
CPPFLAGS = -Wall -fPIC -DPIC -O2 -march=i686 -pipe -DPOSIX -D_REENTRANT
new:
CPPFLAGS = -Wall -fPIC -DPIC -O2 -march=x86-64 -pipe -DPOSIX -D_REENTRANT
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.