Skip to content

Commit

Permalink
Migrate to using libpng simplified IO interface; added a different ve…
Browse files Browse the repository at this point in the history
…rsion of read/write.
  • Loading branch information
d3x0r committed Nov 25, 2024
1 parent 567cf6e commit 53dafc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/imglib/CMakeLists.amalgam.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ SET( EXTRA_HEADERS
${CMAKE_CURRENT_LIST_DIR}/../include/image.h
)

#set( IMAGE_SOURCES_PNG_DECODER ${SOURCES_ROOT}src/imglib/pngimage.c )
set( IMAGE_SOURCES_PNG_DECODER ${SOURCES_ROOT}src/imglib/png_simp_image.c )


SET( EXTRA_SOURCES
${CMAKE_CURRENT_LIST_DIR}/alphastab.c
${CMAKE_CURRENT_LIST_DIR}/alphatab.c
Expand All @@ -61,7 +65,7 @@ SET( EXTRA_SOURCES
${CMAKE_CURRENT_LIST_DIR}/line.c
${CMAKE_CURRENT_LIST_DIR}/lucidaconsole2.c
# ${CMAKE_CURRENT_LIST_DIR}/mngsprite.c
${CMAKE_CURRENT_LIST_DIR}/pngimage.c
${IMAGE_SOURCES_PNG_DECODER}
# ${CMAKE_CURRENT_LIST_DIR}/smooth_sprite.c
${CMAKE_CURRENT_LIST_DIR}/sprite_common.c
${CMAKE_CURRENT_LIST_DIR}/sprite.c
Expand Down

0 comments on commit 53dafc7

Please sign in to comment.