Commit 1a8d833e authored by Shik Chen's avatar Shik Chen Committed by Commit Bot

CCA: Rebuild FFmpeg with file protocol support

Currently only pipe protocol is built. The file protocol is needed for
the non-fragmented mp4 recording.

NOPRESUBMIT=true

Bug: 1140852
Test: Pass camera.CCAUIRecordVideo
Change-Id: I31fcb9e45a1487f3acb8db13bd242ae51affdf88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507131
Commit-Queue: Shik Chen <shik@chromium.org>
Auto-Submit: Shik Chen <shik@chromium.org>
Reviewed-by: default avatarWei Lee <wtlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822527}
parent 4a804960
...@@ -49,6 +49,7 @@ do_configure() { ...@@ -49,6 +49,7 @@ do_configure() {
--enable-avformat --enable-avformat
--enable-ffmpeg --enable-ffmpeg
--enable-swresample --enable-swresample
--enable-protocol=file
--enable-protocol=pipe --enable-protocol=pipe
--enable-demuxer=matroska --enable-demuxer=matroska
--enable-muxer=mov --enable-muxer=mov
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment