package/libdvdread: fix static compile by adding libdvdcss as dependency
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 25 Jun 2016 07:49:13 +0000 (09:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 13:42:00 +0000 (15:42 +0200)
commitd7dd1b8ad113b56cac164df50f521e0684263624
tree35a2db1c1ddab4b87a0df741dc4c6b8b7feda3fe
parentf7b3b97d509994bf3e2110f548dd593c204ba02a
package/libdvdread: fix static compile by adding libdvdcss as dependency

If libdvdcss support was not found during configure libdvdread tries
to open libdvdcss.so nonetheless:
https://code.videolan.org/videolan/libdvdread/blob/master/src/dvd_input.c#L275

This will obviously fail in a static-only configuration. To fix the
problem add libdvdcss as hard dependency to this package.

Fixes
http://autobuild.buildroot.net/results/415/41534b70a66c6297652f0944f9ecc7e780b26c45/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: replace += by =.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libdvdread/Config.in
package/libdvdread/libdvdread.mk