summaryrefslogtreecommitdiff
path: root/python/build/ffmpeg.py
AgeCommit message (Collapse)Author
2021-01-19python/build/ffmpeg.py: remove obsolete -no-integrated-as workaroundMax Kellermann
2018-08-17android/build.py: add aarch64 supportMax Kellermann
2016-10-26python/build/ffmpeg: disable clang's integrated assemblerMax 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-26python/build/autotools: pass RANLIB to configureMax 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.pyMax Kellermann