Skip to content

Commit 2eba40c

Browse files
committed
Update nasm
1 parent ccc0a8e commit 2eba40c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ BSFS = h264_mp4toannexb hevc_mp4toannexb
4444
FILTERS = yadif format hwupload hwdownload scale null aresample anull
4545
HWACCELS =
4646

47-
NASM_VER = 2.16.01
47+
NASM_VER = 2.16.03
4848
NASM = nasm-$(NASM_VER)
4949
NASM_TB = $(NASM).tar.gz
5050
NASM_URL = https://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VER)/$(NASM_TB)
51-
NASM_SHA1 = 13bf04e35e1042dc163d14aa124c68cfa7620871
51+
NASM_SHA1 = 432742c550039d202db6e34bb3efab646be74b56
5252
NASM_DIFFS = remove-invalid-pure_func-qualifiers.diff
5353

5454
LIBX264_VER = c196240409e4d7c01b47448d93b1f9683aaa7cf7

0 commit comments

Comments
 (0)