mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
gst1-plugins-ugly: libdvdread needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
df91b9eb6e
commit
2721564724
@ -41,10 +41,14 @@ comment "plugins with external dependencies (there may be more available)"
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
|
||||||
bool "dvdread"
|
bool "dvdread"
|
||||||
|
depends on BR2_LARGEFILE # libdvdread
|
||||||
select BR2_PACKAGE_LIBDVDREAD
|
select BR2_PACKAGE_LIBDVDREAD
|
||||||
help
|
help
|
||||||
Access a DVD with dvdread
|
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
|
config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
|
||||||
bool "lame (*.mp3 audio encoder)"
|
bool "lame (*.mp3 audio encoder)"
|
||||||
select BR2_PACKAGE_LAME
|
select BR2_PACKAGE_LAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user