Skip to content

Commit f392e4f

Browse files
committed
libchdr: disable asm optimisation for zstd
Should fix the Ubuntu build.
1 parent d007597 commit f392e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thirdparty/GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ flags += -I$(libchdr.path)/include
6565
flags += -I$(libchdr.path)/deps/lzma-19.00/include -D_7ZIP_ST
6666
flags += -I$(libchdr.path)/deps/zlib-1.2.13
6767
flags += -I$(libchdr.path)/deps/zstd-1.5.5/lib
68+
flags += -DZSTD_DISABLE_ASM
6869

6970
# instruct glibc to declare fseeko/ftello
7071
flags += -D_LARGEFILE_SOURCE

0 commit comments

Comments
 (0)