-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Numerous changes and improvements have been made: - Build zlib and bzip2 instead of bundling .so files - Remove no longer needed patchelf - Build libass and its dependencies - Remove libva and libvdpau; they are not tested and are unlikely to be tested without a mock driver - Clean installed apt packages in the build image. Remove duplicated packages and unnecessary libraries - Add meson CFLAGS workaround for #12167 - Disable ASM, for MSAN, as the code cannot be instrumented - Use the latest build image - Enable Centipede - Disable docs and programs build, not needed
- Loading branch information
Showing
3 changed files
with
98 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,13 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
- afl | ||
- centipede | ||
- honggfuzz | ||
- libfuzzer | ||
sanitizers: | ||
- address | ||
- memory | ||
- undefined | ||
selective_unpack: true | ||
main_repo: 'https://git.ffmpeg.org/ffmpeg.git' |