Header File Layout
Scott Wheeler
wheeler at kde.org
Thu Sep 2 19:00:26 CEST 2004
On Thursday 02 September 2004 18:32, Fred Gleason wrote:
> So, my dilemma is this: how can I relably detect TagLib?
Use taglib-config. taglib-config --cflags gives you the appropriate things to
add to the compilation line and taglib-config --libs gives you the right
stuff for the link line.
You can see an example of this in a configure.in.in in
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/configure.in.in?rev=1.56&content-type=text/x-cvsweb-markup
-Scott
More information about the taglib-devel
mailing list