gst1-plugins-ugly: libdvdread needs largefile support
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 30 Jun 2013 11:50:36 +0000 (13:50 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 30 Jun 2013 11:50:36 +0000 (13:50 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gst1-plugins-ugly/Config.in

index a6ca387c66b2bf45243d95e088f3d9d5fbfa4294..0fb3e9213ecb530425d8665fd4fb87cce75c06e1 100644 (file)
@@ -41,10 +41,14 @@ comment "plugins with external dependencies (there may be more available)"
 
 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
        bool "dvdread"
+       depends on BR2_LARGEFILE # libdvdread
        select BR2_PACKAGE_LIBDVDREAD
        help
          Access a DVD with dvdread
 
+comment "dvdread requires a toolchain with largefile support"
+       depends on !BR2_LARGEFILE
+
 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
        bool "lame (*.mp3 audio encoder)"
        select BR2_PACKAGE_LAME