[MPlayer-dev-eng] [PATCH] libdvdread: `dvdread-config --libs` should include "-ldl"

Yang Zhao yang at yangman.ca
Wed Oct 29 07:19:45 CET 2008


libdvdread's shared library uses libdl functions. However, the output
of `dvdread-config --libs` does not include "-ldl". An application
using dvdread-config but does not use libdl itself will therefore fail
to link against libdvdread.

Patch adds "-ldl" to the appropriate output strings in
dvdread-config.sh and dvdread-config.in

-- 
Yang Zhao



More information about the MPlayer-dev-eng mailing list