|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-GST1_VAAPI_VERSION = 1.16.2
|
|
|
+GST1_VAAPI_VERSION = 1.18.0
|
|
|
GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
|
|
|
GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
|
|
|
GST1_VAAPI_LICENSE = LGPL-2.1+
|
|
@@ -18,16 +18,19 @@ GST1_VAAPI_DEPENDENCIES += \
|
|
|
libdrm
|
|
|
|
|
|
GST1_VAAPI_CONF_OPTS += \
|
|
|
- --disable-x11 \
|
|
|
- --disable-glx \
|
|
|
- --disable-wayland \
|
|
|
- --disable-egl \
|
|
|
- --disable-gtk-doc-html
|
|
|
+ -Dwith_drm=yes \
|
|
|
+ -Dwith_x11=no \
|
|
|
+ -Dwith_glx=no \
|
|
|
+ -Dwith_wayland=no \
|
|
|
+ -Dwith_egl=no \
|
|
|
+ -Dexamples=disabled \
|
|
|
+ -Dtest=disabled \
|
|
|
+ -Ddoc=disabled
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GST1_VAAPI_ENCODERS),y)
|
|
|
-GST1_VAAPI_CONF_OPTS += --enable-encoders
|
|
|
+GST1_VAAPI_CONF_OPTS += -Dwith_encoders=yes
|
|
|
else
|
|
|
-GST1_VAAPI_CONF_OPTS += --disable-encoders
|
|
|
+GST1_VAAPI_CONF_OPTS += -Dwith_encoders=no
|
|
|
endif
|
|
|
|
|
|
-$(eval $(autotools-package))
|
|
|
+$(eval $(meson-package))
|