diff options
Diffstat (limited to 'package/gstreamer1/gst1-plugins-ugly/Config.in')
-rw-r--r-- | package/gstreamer1/gst1-plugins-ugly/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-ugly/Config.in b/package/gstreamer1/gst1-plugins-ugly/Config.in index 341ec8c2ff..f33e2588d9 100644 --- a/package/gstreamer1/gst1-plugins-ugly/Config.in +++ b/package/gstreamer1/gst1-plugins-ugly/Config.in @@ -40,14 +40,13 @@ 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 depends on !BR2_STATIC_LIBS # libdvdread select BR2_PACKAGE_LIBDVDREAD help Access a DVD with dvdread -comment "dvdread needs a toolchain w/ dynamic library, largefile" - depends on !BR2_LARGEFILE || BR2_STATIC_LIBS +comment "dvdread needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME bool "lame (*.mp3 audio encoder)" |