mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Rename rpng files
This commit is contained in:
parent
1b0c9d7776
commit
28cdf2c93a
@ -570,8 +570,8 @@ endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
ZLIB_OBJS = decompress/zip_support.o
|
||||
OBJ += libretro-common/formats/png/rpng_nbio.o \
|
||||
libretro-common/formats/png/rpng.o \
|
||||
OBJ += libretro-common/formats/png/rpng_decode_fnbio.o \
|
||||
libretro-common/formats/png/rpng_decode_fbio.o \
|
||||
libretro-common/formats/png/rpng_encode.o \
|
||||
file_extract.o
|
||||
OBJ += $(ZLIB_OBJS)
|
||||
|
@ -180,8 +180,8 @@ VIDEO IMAGE
|
||||
#include "../gfx/image/image_rpng.c"
|
||||
#endif
|
||||
|
||||
#include "../libretro-common/formats/png/rpng.c"
|
||||
#include "../libretro-common/formats/png/rpng_nbio.c"
|
||||
#include "../libretro-common/formats/png/rpng_decode_fbio.c"
|
||||
#include "../libretro-common/formats/png/rpng_decode_fnbio.c"
|
||||
#include "../libretro-common/formats/png/rpng_encode.c"
|
||||
|
||||
/*============================================================
|
||||
|
@ -8,7 +8,7 @@ CFLAGS += -DHAVE_IMLIB2
|
||||
LDFLAGS += -lImlib2
|
||||
endif
|
||||
|
||||
SOURCES := rpng.c rpng_nbio.c rpng_encode.c rpng_test.c ../../file/nbio/nbio_stdio.c
|
||||
SOURCES := rpng_decode_fbio.c rpng_decode_fnbio.c rpng_encode.c rpng_test.c ../../file/nbio/nbio_stdio.c
|
||||
OBJS := $(SOURCES:.c=.o)
|
||||
|
||||
CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -DHAVE_ZLIB -DHAVE_ZLIB_DEFLATE -DRPNG_TEST -I../../include
|
||||
|
Loading…
Reference in New Issue
Block a user