Commit e155ef3c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libdvdread: needs largefile support in toolchain



So in turn does libdvdnav and the dvdnav element in gst-plugins-bad.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d3f8ad14
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -4,13 +4,14 @@

	Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
	cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
	gettext, gmpc, gob2, grep, gstreamer, gvfs, hal, iconv, icu,
	libcgicc, libglade, libglib2, libgtk2, libidn, libmms, libmpd,
	libpcap, libsoup, lmbench, lsof, ltrace, lvm2, make,
	metacity, mtd-utils, mutt, nbd, netsnmp, ntp, pango, pciutils,
	pcmanfm, php, pkg-config, psmisc, qt, samba, shared-mime-info,
	sshfs, startup-notification, swfdec, sylpheed, uemacs,
	util-linux, vpnc, webkit, xstroke
	gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad, gvfs,
	hal, iconv, icu, libcgicc, libdvdnav, libdvdread, libglade,
	libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
	lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
	nbd, netsnmp, ntp, pango, pciutils, pcmanfm, php, pkg-config,
	psmisc, qt, samba, shared-mime-info, sshfs,
	startup-notification, swfdec, sylpheed, uemacs, util-linux,
	vpnc, webkit, xstroke

	Issues resolved (http://bugs.uclibc.org):

+5 −1
Original line number Diff line number Diff line
@@ -58,8 +58,12 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF

config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDNAV
	bool "dvdnav"
	depends on BR2_LARGEFILE # libdvdread
	select BR2_PACKAGE_LIBDVDNAV

comment "dvdnav requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE

config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDSPU
	bool "dvdspu"

+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBDVDNAV
	bool "libdvdnav"
	depends on BR2_LARGEFILE # libdvdread
        select BR2_PACKAGE_LIBDVDREAD
	help
	  libdvdnav is a library that allows easy use of sophisticated
@@ -7,3 +8,6 @@ config BR2_PACKAGE_LIBDVDNAV
	  playback and even interactive DVD games.

	  http://www.mplayerhq.hu

comment "libdvdnav requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBDVDREAD
	bool "libdvdread"
	depends on BR2_LARGEFILE
	help
	  libdvdread provides a simple foundation for reading
	  DVD-Video images.

	  http://www.mplayerhq.hu/MPlayer/releases/dvdnav/

comment "libdvdread requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE