From 849f1558cf88073f35a0669d4f62600a7863d432 Mon Sep 17 00:00:00 2001 From: Dennis Kempin Date: Thu, 13 Oct 2022 17:54:20 +0000 Subject: [PATCH] Enable the video-encoder feature upstream This feature can be enabled now that we have ffmpeg enabled. BUG=b:244618273 TEST=presubmit Change-Id: Ic1c36ffa46729fcbdc408135f4167c49042ea56a Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3953083 Commit-Queue: Dennis Kempin Reviewed-by: Alexandre Courbot --- Cargo.toml | 1 + tools/health-check | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28876a0adf..0321bb5a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,6 +282,7 @@ all-aarch64 = [ "tpm", "vaapi", "video-decoder", + "video-encoder", "virgl_renderer_next", "virgl_renderer", "vtpm", diff --git a/tools/health-check b/tools/health-check index 9af6221474..f55f2ec917 100755 --- a/tools/health-check +++ b/tools/health-check @@ -114,7 +114,6 @@ KNOWN_DISABLED_FEATURES = [ "direct", "gfxstream", "libvda", - "video-encoder", "whpx", ]