Hi,
Am Montag, den 10.03.2008, 11:39 +0100 schrieb clemens kirchgatterer:
there is another argument for pkg-config we havent talked about yet. the link dependencies. type 'freetype-config --libs' and it will most likly print '-lfreetype -lz' but only if you have compiled freetype with zlib support. or another dependency vdr does not handle properly
That the point, for the plugin vdr-image[¹] exist same problems with libavcodec from ffmpeg. This library has many compile options. I thick the best solution are "pkg-config" to handle includes and libraries dependencies in a proper style.
Andreas
My sample with libavcodec and optionally libswscale and libexif [¹] http://svn.berlios.de/svnroot/repos/vdr-image/trunk/Makefile