Change #262710
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Sat 28 Mar 2026 23:25:54 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 5c88f46c92c9803fd99777573981580f79086f66 |
Comments
avutil/x86/aes: Only assemble iff HAVE_AESNI_EXTERNAL This avoids relying on DCE and works around a NASM bug [1]. [1]: https://github.com/netwide-assembler/nasm/issues/216 Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavutil/aes.c
- libavutil/x86/Makefile
- libavutil/x86/aes.asm