summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-10-13 20:33:15 +0200
committerDiego Biurrun <diego@biurrun.de>2017-03-07 08:32:37 +0100
commit57b753b445e23363c997a8ec1c556e0b0f6e9da3 (patch)
treea3c52e61aa087d38de4346368859424ffd67af74 /Changelog
parentf54037da8af2f2aeb5e5633b48434211e6a97fe5 (diff)
downloadffmpeg-streaming-57b753b445e23363c997a8ec1c556e0b0f6e9da3.zip
ffmpeg-streaming-57b753b445e23363c997a8ec1c556e0b0f6e9da3.tar.gz
build: Prefer NASM assembler over YASM
NASM is more actively maintained and permits generating dependency information as a sideeffect of assembling, thus cutting build times in half.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8e8bbcb..cdf073b 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,8 @@ version <next>:
- config.log and other configuration files moved into avbuild/ directory
- VAAPI-accelerated MPEG-2 and VP8 encoding
- Apple Pixlet decoder
+- The x86 assembler default switched from yasm to nasm, pass
+ --x86asmexe=yasm to configure to restore the old behavior.
version 12:
OpenPOWER on IntegriCloud