80d3e50c9e
Removed 0001-fix-os2-support.patch, not needed anymore after the version bump according to Thomas' note in the patch file. Removed autoreconf, a configure script is now part of the upstream tarball. The script dvdnav-config was removed:1de99510f5
libdvdnav uses pkg-config to find libdvdread, therefore remove --with-dvdread-config:5254b5d7ad
Changed LIBDVDNAV_SITE according to the news post dating 13 Feb 2014 from http://dvdnav.mplayerhq.hu/ Enabled static build, tested using this defconfig: http://autobuild.buildroot.net/toolchains/configs/br-arm-full-static.config Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
config BR2_PACKAGE_LIBDVDNAV
|
|
bool "libdvdnav"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBDVDREAD
|
|
help
|
|
libdvdnav is a library that allows easy use of sophisticated
|
|
DVD navigation features such as DVD menus, multiangle
|
|
playback and even interactive DVD games.
|
|
|
|
http://www.mplayerhq.hu
|
|
|
|
comment "libdvdnav needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|