hc
2024-08-16 94ba65e25ce534ec0515708c9e0835242345bc7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# gst1-plugins-base
#
################################################################################
 
ifeq ($(BR2_PACKAGE_ROCKCHIP_RGA),y)
GST1_PLUGINS_BASE_DEPENDENCIES += rockchip-rga
endif
 
ifeq ($(BR2_PACKAGE_GSTREAMER1_18),y)
include $(pkgdir)/1_18.inc
else ifeq ($(BR2_PACKAGE_GSTREAMER1_20),y)
include $(pkgdir)/1_20.inc
endif