mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
gst1: install RTSP test launch program
This commit is contained in:
parent
e59367ead2
commit
78bee8917c
@ -24,4 +24,10 @@ ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD),y)
|
|||||||
GST1_RTSP_SERVER_DEPENDENCIES += gst1-plugins-bad
|
GST1_RTSP_SERVER_DEPENDENCIES += gst1-plugins-bad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
define GST1_RTSP_SERVER_INSTALL_EXAMPLES
|
||||||
|
$(INSTALL) -D -m 0755 $(@D)/examples/test-launch $(TARGET_DIR)/usr/sbin
|
||||||
|
endef
|
||||||
|
|
||||||
|
GST1_RTSP_SERVER_POST_INSTALL_TARGET_HOOKS += GST1_RTSP_SERVER_INSTALL_EXAMPLES
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user