Open dslm4515 opened 2 years ago
Not sure what required those symbols to require those '_64' suffixes...
Rebuilt mpg123 (with out the offset_bits set to 64) and installed it in /opt/mpg123
and prefixed configure command for audacious-plugins
to use newly bilt mpg123:
MPG123_CFLAGS="-I/opt/mpg123/include" MPG123_LIBS="/opt/mpg123/lib/libmpg123.so -lmpg123 "
Now audacious-plugins
builds without error.
I forgot why this flag was used
gst-plugins-good
would compile but fail to link because symbols from mpg123 were not suffixed with _64
When compiling:
Checking the installed mpg123 library:
I noticed when building this CFLAG when mpg123 was built:
I forgot why this flag was used. If ommited then mpg123 builds its library with these symbols instead:
Should i remove that flag?