kumquat-buildroot/package/libdvdread
Bernd Kuhls d7dd1b8ad1 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>
2016-07-02 15:42:00 +02:00
..
Config.in package/libdvdread: fix static compile by adding libdvdcss as dependency 2016-07-02 15:42:00 +02:00
libdvdread.hash
libdvdread.mk package/libdvdread: fix static compile by adding libdvdcss as dependency 2016-07-02 15:42:00 +02:00