Change tga_decode.c to tga.c

This commit is contained in:
twinaphex 2015-09-19 15:34:43 +02:00
parent f4eaa2296a
commit fd4e462381
3 changed files with 2 additions and 2 deletions

View File

@ -796,7 +796,7 @@ ifeq ($(HAVE_RPNG), 1)
libretro-common/formats/png/rpng_encode.o
endif
OBJ += libretro-common/formats/bmp/rbmp_encode.o \
libretro-common/formats/tga/tga_decode.o
libretro-common/formats/tga/tga.o
ifdef HAVE_COMPRESSION
DEFINES += -DHAVE_COMPRESSION

View File

@ -167,7 +167,7 @@ VIDEO IMAGE
#include "../gfx/image/image.c"
#include "../gfx/video_texture.c"
#include "../libretro-common/formats/tga/tga_decode.c"
#include "../libretro-common/formats/tga/tga.c"
#ifdef HAVE_IMAGEVIEWER
#include "../cores/image_core.c"