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>
16 lines
520 B
Makefile
16 lines
520 B
Makefile
################################################################################
|
|
#
|
|
# libdvdnav
|
|
#
|
|
################################################################################
|
|
|
|
LIBDVDNAV_VERSION = 5.0.3
|
|
LIBDVDNAV_SOURCE = libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
|
|
LIBDVDNAV_SITE = http://www.videolan.org/pub/videolan/libdvdnav/$(LIBDVDNAV_VERSION)
|
|
LIBDVDNAV_INSTALL_STAGING = YES
|
|
LIBDVDNAV_DEPENDENCIES = libdvdread host-pkgconf
|
|
LIBDVDNAV_LICENSE = GPLv2+
|
|
LIBDVDNAV_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|