]> git.sesse.net Git - vlc/commit
Fix check for libsidplay2 in ./configure
authorAlexey Sokolov <alexey@alexeysokolov.co.cc>
Sat, 19 Mar 2011 20:31:30 +0000 (02:31 +0600)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 20 Mar 2011 19:52:23 +0000 (20:52 +0100)
commit0e34e6e8de7ef1f804bd61a42443312249f3b066
treeb839c45cb0acce18f22e726b099392fd47b9a740
parent5cf75a950dadf0e61ad7d3865941d5fb61bbe82a
Fix check for libsidplay2 in ./configure

Some distros separate libsidplay2 into few packages.
In that case libresid-builder can be absent even if libsidplay2 was found.
Now, if libsidplay2 was found, we check for libresid-builder explicitly.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac