Displaying 1 result from an estimated 1 matches for "nflac".
Did you mean:
flac
2004 Sep 10
3
Re: XMMS Plugin on Mac OS X
...t; take the filename from the second. If I rename the shn plugin to
> load
> after the flac plugin (i.e. to libxmms-shn), then the opposite occurs
> -
> the flac plugin loads correctly, and the listings show two flac
> plugins.
> (i.e. "FLAC Player v1.0.2 [libxmms-shn.so]\nFLAC Player v1.0.2
> [libxmms-shn.so]")
Ah, I see. My first guess at what is happening is that
both plugins are stomping on each other's global symbols.
Looking at flac/src/plugin_xmms/plugin.c, it looks like
the only one it could be is get_iplugin_info():
InputPlugin *get_iplugin_info()...