mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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,
|
Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
|
||||||
cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
|
cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
|
||||||
gettext, gmpc, gob2, grep, gstreamer, gvfs, hal, iconv, icu,
|
gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad, gvfs,
|
||||||
libcgicc, libglade, libglib2, libgtk2, libidn, libmms, libmpd,
|
hal, iconv, icu, libcgicc, libdvdnav, libdvdread, libglade,
|
||||||
libpcap, libsoup, lmbench, lsof, ltrace, lvm2, make,
|
libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
|
||||||
metacity, mtd-utils, mutt, nbd, netsnmp, ntp, pango, pciutils,
|
lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
|
||||||
pcmanfm, php, pkg-config, psmisc, qt, samba, shared-mime-info,
|
nbd, netsnmp, ntp, pango, pciutils, pcmanfm, php, pkg-config,
|
||||||
sshfs, startup-notification, swfdec, sylpheed, uemacs,
|
psmisc, qt, samba, shared-mime-info, sshfs,
|
||||||
util-linux, vpnc, webkit, xstroke
|
startup-notification, swfdec, sylpheed, uemacs, util-linux,
|
||||||
|
vpnc, webkit, xstroke
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
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
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDNAV
|
||||||
bool "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
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVDSPU
|
||||||
bool "dvdspu"
|
bool "dvdspu"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBDVDNAV
|
config BR2_PACKAGE_LIBDVDNAV
|
||||||
bool "libdvdnav"
|
bool "libdvdnav"
|
||||||
|
depends on BR2_LARGEFILE # libdvdread
|
||||||
select BR2_PACKAGE_LIBDVDREAD
|
select BR2_PACKAGE_LIBDVDREAD
|
||||||
help
|
help
|
||||||
libdvdnav is a library that allows easy use of sophisticated
|
libdvdnav is a library that allows easy use of sophisticated
|
||||||
@ -7,3 +8,6 @@ config BR2_PACKAGE_LIBDVDNAV
|
|||||||
playback and even interactive DVD games.
|
playback and even interactive DVD games.
|
||||||
|
|
||||||
http://www.mplayerhq.hu
|
http://www.mplayerhq.hu
|
||||||
|
|
||||||
|
comment "libdvdnav requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBDVDREAD
|
config BR2_PACKAGE_LIBDVDREAD
|
||||||
bool "libdvdread"
|
bool "libdvdread"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
libdvdread provides a simple foundation for reading
|
libdvdread provides a simple foundation for reading
|
||||||
DVD-Video images.
|
DVD-Video images.
|
||||||
|
|
||||||
http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
|
http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
|
||||||
|
|
||||||
|
comment "libdvdread requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user