fix remote-android/redroid-doc#198 more va-utils
This commit is contained in:
+6
-4
@@ -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
@@ -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
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user