This commit is contained in:
Ziyang Zhou
2022-07-23 10:44:12 +08:00
parent a498b10ec6
commit 9b517e4f70
14 changed files with 10 additions and 5 deletions
+6 -4
View File
@@ -167,10 +167,12 @@ LOCAL_REQUIRED_MODULES := $2
include $$(BUILD_PREBUILT) include $$(BUILD_PREBUILT)
endef endef
# vainfo # vaapi
$(eval $(call define-redroid-prebuilt-bin,vainfo,$(va_libs))) bins:=avcenc h264encode hevcencode jpegenc vp8enc vp9enc vainfo
$(foreach i,$(bins),\
$(eval $(call define-redroid-prebuilt-bin,$(i),$(va_libs))))
bins := ffmpeg ffprobe # ffmpeg
bins:=ffmpeg ffprobe
$(foreach i,$(bins),\ $(foreach i,$(bins),\
$(eval $(call define-redroid-prebuilt-bin,$(i),$(ffmpeg_libs)))) $(eval $(call define-redroid-prebuilt-bin,$(i),$(ffmpeg_libs))))
+4 -1
View File
@@ -7,6 +7,9 @@ PRODUCT_PACKAGES += \
vulkan.virtio \ vulkan.virtio \
gralloc.cros \ gralloc.cros \
gralloc.gbm \ gralloc.gbm \
vainfo \
ffmpeg \ ffmpeg \
ffprobe \ ffprobe \
# vaapi
PRODUCT_PACKAGES += avcenc h264encode hevcencode jpegenc vp8enc vp9enc vainfo
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.