libdvdread: needs largefile support in toolchain
So in turn does libdvdnav and the dvdnav element in gst-plugins-bad. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d3f8ad14b5
commit
e155ef3cab
15
CHANGES
15
CHANGES
@ -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):
|
||||
|
||||
|
@ -58,7 +58,11 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDNAV
|
||||
bool "dvdnav"
|
||||
select BR2_PACKAGE_LIBDVDNAV
|
||||
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"
|
||||
|
@ -1,5 +1,6 @@
|
||||
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
|
||||
|
@ -1,7 +1,11 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user