From 5b343c2a3207aa3391dc8a3d6d2abc6fb1b045c4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 24 Jan 2016 07:47:27 +0100 Subject: [PATCH] (RPNG) Update --- libretro-common/formats/png/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretro-common/formats/png/Makefile b/libretro-common/formats/png/Makefile index b5d93e0e24..f0e4d6c1ae 100644 --- a/libretro-common/formats/png/Makefile +++ b/libretro-common/formats/png/Makefile @@ -13,7 +13,8 @@ SOURCES_C := rpng.c \ rpng_test.c \ ../../compat/compat.c \ ../../file/nbio/nbio_stdio.c \ - ../../file/file_extract.c \ + ../../file/file_archive.c \ + ../../file/file_archive_zlib.c \ ../../file/file_path.c \ ../../file/retro_file.c \ ../../string/string_list.c