doesn't link against libogg
A feature packed DJ console and internet radio client for Linux users
Status: Beta
Brought to you by:
s-fairchild
idjc uses headers from libogg (ogg/ogg.h) and functions from libogg without actually linking to the library. The build system also does not check that libogg is present (except for one instance relating to opus).
This was found through Debian packaging tools which print a lot of warnings about unresolvable symbols in idjc.so.
Pushed an update to add explicit linking to libogg.