mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
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 <denniskempin@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
This commit is contained in:
parent
5a32a2d198
commit
849f1558cf
2 changed files with 1 additions and 1 deletions
|
@ -282,6 +282,7 @@ all-aarch64 = [
|
|||
"tpm",
|
||||
"vaapi",
|
||||
"video-decoder",
|
||||
"video-encoder",
|
||||
"virgl_renderer_next",
|
||||
"virgl_renderer",
|
||||
"vtpm",
|
||||
|
|
|
@ -114,7 +114,6 @@ KNOWN_DISABLED_FEATURES = [
|
|||
"direct",
|
||||
"gfxstream",
|
||||
"libvda",
|
||||
"video-encoder",
|
||||
"whpx",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue