Skip to content

Commit 8f20d8e

Browse files
committed
also remove SwapBytes from win build
1 parent 97a6edc commit 8f20d8e

File tree

3 files changed

+1
-853
lines changed

3 files changed

+1
-853
lines changed

makefile.burner_win32_rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ifdef INCLUDE_7Z_SUPPORT
3434
depobj += un7z.o \
3535
\
3636
7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o 7zFile.o 7zStream.o Alloc.o Bcj2.o Bra.o Bra86.o BraIA64.o CpuArch.o \
37-
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o SwapBytes.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
37+
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
3838
endif
3939

4040
ifdef INCLUDE_AVI_RECORDING

0 commit comments

Comments
 (0)