diff options
Diffstat (limited to 'thirdparty/etcpak/patches/libpng-unbundle.patch')
-rw-r--r-- | thirdparty/etcpak/patches/libpng-unbundle.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/thirdparty/etcpak/patches/libpng-unbundle.patch b/thirdparty/etcpak/patches/libpng-unbundle.patch new file mode 100644 index 0000000000..e3c07412c6 --- /dev/null +++ b/thirdparty/etcpak/patches/libpng-unbundle.patch @@ -0,0 +1,13 @@ +diff --git a/thirdparty/etcpak/Bitmap.cpp b/thirdparty/etcpak/Bitmap.cpp +index 6aa36f5caa..ef318318ac 100644 +--- a/thirdparty/etcpak/Bitmap.cpp ++++ b/thirdparty/etcpak/Bitmap.cpp +@@ -3,7 +3,7 @@ + #include <string.h> + #include <assert.h> + +-#include "libpng/png.h" ++#include <png.h> + #include "lz4/lz4.h" + + #include "Bitmap.hpp" |