Commit 27215647 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst1-plugins-ugly: libdvdread needs largefile support

parent df91b9eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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