File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ BR2_PACKAGE_QUTSELECT=y
5353BR2_PACKAGE_THINLINC=y
5454BR2_PACKAGE_FREERDP3=y
5555BR2_PACKAGE_FREERDP3_RDPECAM=y
56+ # BR2_PACKAGE_FREERDP3_VAAPI is not set
5657# BR2_PACKAGE_FREERDP3_CLIENT_WL is not set
5758BR2_PACKAGE_VIRT_VIEWER=y
5859BR2_PACKAGE_WEBKITGTK=y
Original file line number Diff line number Diff line change @@ -36,6 +36,17 @@ comment "gstreamer support needs X.Org"
3636 depends on !BR2_PACKAGE_XORG7
3737 depends on BR2_PACKAGE_GSTREAMER1
3838
39+ config BR2_PACKAGE_FREERDP3_VAAPI
40+ bool "VAAPI H.264 decoding"
41+ depends on BR2_PACKAGE_FFMPEG
42+ select BR2_PACKAGE_LIBVA
43+ help
44+ Enable FreeRDP's experimental VAAPI hardware-accelerated
45+ H.264 decoding support.
46+
47+ comment "VAAPI H.264 decoding needs ffmpeg"
48+ depends on !BR2_PACKAGE_FFMPEG
49+
3950config BR2_PACKAGE_FREERDP3_SERVER
4051 bool "server"
4152 depends on BR2_PACKAGE_XORG7
Original file line number Diff line number Diff line change 9494FREERDP3_CONF_OPTS += -DWITH_SIMD=OFF
9595endif
9696
97- ifeq ($(BR2_PACKAGE_LIBVA ) ,y)
97+ ifeq ($(BR2_PACKAGE_FREERDP3_VAAPI ) ,y)
9898FREERDP3_CONF_OPTS += \
9999 -DWITH_VAAPI=ON \
100100 -DWITH_VAAPI_H264_ENCODING=OFF
You can’t perform that action at this time.
0 commit comments