summaryrefslogtreecommitdiffstats
path: root/package/multimedia/gst-plugins-bad
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-26 13:52:26 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-26 13:52:26 +0200
commite155ef3cabc89bf229b6653ed374e53a874b3805 (patch)
treed3da2234f152100b12cc98e38d320b94683c451a /package/multimedia/gst-plugins-bad
parentd3f8ad14b5b4655dc258c3e7440cc14173350d01 (diff)
downloadbuildroot-novena-e155ef3cabc89bf229b6653ed374e53a874b3805.tar.gz
buildroot-novena-e155ef3cabc89bf229b6653ed374e53a874b3805.zip
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>
Diffstat (limited to 'package/multimedia/gst-plugins-bad')
-rw-r--r--package/multimedia/gst-plugins-bad/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in
index 3d2480af6..e25b756df 100644
--- a/package/multimedia/gst-plugins-bad/Config.in
+++ b/package/multimedia/gst-plugins-bad/Config.in
@@ -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"