mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
package/gstreamer1/gst1-plugins-ugly: libdvdread can now be linked statically
After libdvdread bump to version 5.0.3 static linking works, tested using this defconfig: http://autobuild.buildroot.net/toolchains/configs/br-arm-full-static.config Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
bf5c464182
commit
58ef923059
@ -40,14 +40,10 @@ 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_STATIC_LIBS # libdvdread
|
|
||||||
select BR2_PACKAGE_LIBDVDREAD
|
select BR2_PACKAGE_LIBDVDREAD
|
||||||
help
|
help
|
||||||
Access a DVD with dvdread
|
Access a DVD with dvdread
|
||||||
|
|
||||||
comment "dvdread needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
|
|
||||||
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
|
||||||
|
@ -59,6 +59,10 @@ GST1_PLUGINS_UGLY_CONF_OPTS += --disable-realmedia
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD),y)
|
||||||
|
# configure does not use pkg-config to detect libdvdread
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBDVDCSS)$(BR2_STATIC_LIBS),yy)
|
||||||
|
GST1_PLUGINS_UGLY_CONF_ENV += LIBS="-ldvdcss"
|
||||||
|
endif
|
||||||
GST1_PLUGINS_UGLY_CONF_OPTS += --enable-dvdread
|
GST1_PLUGINS_UGLY_CONF_OPTS += --enable-dvdread
|
||||||
GST1_PLUGINS_UGLY_DEPENDENCIES += libdvdread
|
GST1_PLUGINS_UGLY_DEPENDENCIES += libdvdread
|
||||||
GST1_PLUGINS_UGLY_HAS_GPL_LICENSE = y
|
GST1_PLUGINS_UGLY_HAS_GPL_LICENSE = y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user