[roll] Roll fuchsia [ffmpeg] Temporarily avoid using ubsan-instrumented libffmpeg

There is an ABI mismatch between -fsanitize=function shipped by the new
clang and the prior integration clang. This can result in false-positive
UBSan issues in ffmpeg. To facilitate the roll, let's temporarily avoid
using the ubsan-instrumented ffmpegs and after the roll lands, come back
and rebuild ffmpeg with the new integration toolchain so we can have the
ABIs in sync.

Original-Bug: 131605
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/893603
Original-Revision: eeeb3a7f067bfcd354e0470e99c6a1bd4243b08a
GitOrigin-RevId: 13bd5f4c82830799ced538c8171871f433a59e6f
Change-Id: I23e9e53d5e03543bb0e03fa4dd041442db66d177
1 file changed
tree: 6b64df7e2466b53da24e99b264bd5cfb84783b16
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.