aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-10-03 15:25:37 +0200
committerLynne <dev@lynne.ee>2024-10-06 01:32:47 +0200
commit2f888fb99eef07a259879273bc9999c5e86620ca (patch)
tree77bc8050cd4061a1c982165efb9f7c07600deca1 /Changelog
parent73d2cb1c2b2ecac7081782bfd14a4df6051475ff (diff)
downloadffmpeg-2f888fb99eef07a259879273bc9999c5e86620ca.tar.gz
configure: drop yasm support
We started defauling to nasm 8 years ago. We are still compatible with yasm 0.8.0, released in 2009. **15 years ago**. The time has more than come to remove support for it. Maintaining compatibility started cutting into writing new code long ago. We still can't have 2-argument instructions, preprocessor booleans, and all AVX2 code must still be wrapped in ifdefs. Newly added code often breaks this.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b82b948074..7963e093dd 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version <next>:
+- yasm support dropped, users need to use nasm
version 7.1:
- Raw Captions with Time (RCWT) closed caption demuxer