From 7ef5c834b1f01a401ada475402164a4f3f3b5b9b Mon Sep 17 00:00:00 2001 From: cjom <55603581+cjom@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:27:15 +0000 Subject: [PATCH] Ignore SwapBytes.c (not used and has build error in SDL fork) (#1914) --- makefile.sdl | 2 +- makefile.sdl2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.sdl b/makefile.sdl index 477155e65..db8ee5fa1 100644 --- a/makefile.sdl +++ b/makefile.sdl @@ -75,7 +75,7 @@ ifdef INCLUDE_7Z_SUPPORT depobj += un7z.o \ \ 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 \ - 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 + 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 endif autobj += $(depobj) diff --git a/makefile.sdl2 b/makefile.sdl2 index 72ed5883b..a905c0a9e 100644 --- a/makefile.sdl2 +++ b/makefile.sdl2 @@ -80,7 +80,7 @@ ifdef INCLUDE_7Z_SUPPORT depobj += un7z.o \ \ 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 \ - 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 + 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 endif autobj += $(depobj)