Skip to content

Commit

Permalink
Fixed bug 3998 - IMG_WIC.c is not part of SDL_image 2.0.2 but it's st…
Browse files Browse the repository at this point in the history
…ill present in Android.mk

Krzysztof Klinikowski

It seems that IMG_WIC.c file is not a part of SDL2_image-2.0.2.tar.gz release anymore (but it is in HG repository?).
  • Loading branch information
slouken committed Dec 10, 2017
1 parent bdabef4 commit 32451da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -26,6 +26,7 @@ libSDL2_image_la_SOURCES = \
IMG_xpm.c \
IMG_xv.c \
IMG_webp.c \
IMG_WIC.c \
$(IMAGEIO_SOURCE) \
miniz.h \
nanosvg.h \
Expand Down
6 changes: 4 additions & 2 deletions Makefile.in
Expand Up @@ -141,12 +141,12 @@ am__DEPENDENCIES_1 =
am__libSDL2_image_la_SOURCES_DIST = IMG.c IMG_bmp.c IMG_gif.c \
IMG_jpg.c IMG_lbm.c IMG_pcx.c IMG_png.c IMG_pnm.c IMG_svg.c \
IMG_tga.c IMG_tif.c IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_webp.c \
IMG_ImageIO.m miniz.h nanosvg.h nanosvgrast.h
IMG_WIC.c IMG_ImageIO.m miniz.h nanosvg.h nanosvgrast.h
@USE_IMAGEIO_TRUE@am__objects_1 = IMG_ImageIO.lo
am_libSDL2_image_la_OBJECTS = IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo \
IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_svg.lo \
IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo \
IMG_webp.lo $(am__objects_1)
IMG_webp.lo IMG_WIC.lo $(am__objects_1)
libSDL2_image_la_OBJECTS = $(am_libSDL2_image_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Expand Down Expand Up @@ -418,6 +418,7 @@ libSDL2_image_la_SOURCES = \
IMG_xpm.c \
IMG_xv.c \
IMG_webp.c \
IMG_WIC.c \
$(IMAGEIO_SOURCE) \
miniz.h \
nanosvg.h \
Expand Down Expand Up @@ -557,6 +558,7 @@ distclean-compile:

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_ImageIO.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_WIC.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_bmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_gif.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_jpg.Plo@am__quote@
Expand Down

0 comments on commit 32451da

Please sign in to comment.