Currently the build system uses AC_CHECK_LIB with an empty command for the
"action if found", this will link all targets to all libs specified, which
is clearly not necessary.
It needs to be made possible to enable/disable build targets based on
whether the required dependencies are found.
FFmpeg headers need cleaning, right now it assumes libav*/ for the header
paths, which is not true on all systems.
Original issue reported on code.google.com by bob.loo...@gmail.com on 22 Oct 2009 at 6:03
Original issue reported on code.google.com by
bob.loo...@gmail.com
on 22 Oct 2009 at 6:03