mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
gst-plugins-bad: ensure cross sdl-config is used for sdl plugin
Otherwise we end up linking against host libraries. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0a5e7905a6
commit
d79d9a501d
@ -348,6 +348,7 @@ GST_PLUGINS_BAD_CONF_OPT += --disable-oss4
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL),y)
|
||||||
|
GST_PLUGINS_BAD_CONF_ENV += ac_cv_path_SDL_CONFIG=$(STAGING_DIR)/usr/bin/sdl-config
|
||||||
GST_PLUGINS_BAD_CONF_OPT += --enable-sdl
|
GST_PLUGINS_BAD_CONF_OPT += --enable-sdl
|
||||||
GST_PLUGINS_BAD_DEPENDENCIES += sdl
|
GST_PLUGINS_BAD_DEPENDENCIES += sdl
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user