Select-o-Magic 3000 is an open source GUI (GTK+) application that builds a simple data base of your audio files and allows you to create a filtered m3u play list based on criteria such as the genre, artist, year of release, and album title.
I have tried this utility and spend some time debugginf some issues building it. Apparently the order of the cflags / libs are passed to gcc and the libs must be at the end.
So something like
LIBS=$(som3000_LDFLAGS)
should do it in the Makefile.
Thanks for this !
Last edit: Lompik 2014-10-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried this utility and spend some time debugginf some issues building it. Apparently the order of the cflags / libs are passed to gcc and the libs must be at the end.
So something like
LIBS=$(som3000_LDFLAGS)
should do it in the Makefile.
Thanks for this !
Last edit: Lompik 2014-10-26