Skip to content

Commit

Permalink
convert project from libpng to libspng / https://libspng.org/
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 1, 2023
1 parent 550c26b commit fdc8736
Show file tree
Hide file tree
Showing 10 changed files with 7,744 additions and 404 deletions.
5 changes: 2 additions & 3 deletions makefile.burner_win32_rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alldir += burner burner/win32 dep/kaillera/client dep/libs/libpng dep/libs/lib7z dep/libs/zlib intf intf/video \
alldir += burner burner/win32 dep/kaillera/client dep/libs/libspng dep/libs/lib7z dep/libs/zlib intf intf/video \
intf/video/scalers intf/video/win32 intf/audio intf/audio/win32 intf/input intf/input/win32 intf/cd intf/cd/win32 \
intf/perfcount intf/perfcount/win32 dep/generated dep/libs/lua

Expand All @@ -18,8 +18,7 @@ depobj += about.o bzip.o choose_monitor.o cona.o debugger.o drv.o d3dkmt_sync.o
adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o \
trees.o uncompr.o zutil.o \
\
png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o \
pngwrite.o pngwtran.o pngwutil.o \
spng.o \
\
net.o \
\
Expand Down
4 changes: 0 additions & 4 deletions src/burner/burner.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ typedef struct tagIMAGE {
#include "burner_qt.h"
#endif

#if defined (INCLUDE_LIB_PNGH)
#include "png.h"
#endif

// ---------------------------------------------------------------------------
// OS independent functionality

Expand Down
Loading

0 comments on commit fdc8736

Please sign in to comment.