Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-19 | python/build/ffmpeg.py: remove obsolete -no-integrated-as workaround | Max Kellermann | |
2018-08-17 | android/build.py: add aarch64 support | Max Kellermann | |
2016-10-26 | python/build/ffmpeg: disable clang's integrated assembler | Max Kellermann | |
Causes compatibility problems, because FFmpeg expects the GNU as syntax. This FFmpeg bug report has some information, but it was closed as "invalid": https://trac.ffmpeg.org/ticket/5158 | |||
2016-10-26 | python/build/autotools: pass RANLIB to configure | Max Kellermann | |
Fixes various static library linker failures ("bad extended name entry at header"), because the wrong "ranlib" was used. | |||
2015-11-21 | {android,win32}/build.py: move class FfmpegProject to build/ffmpeg.py | Max Kellermann | |