Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update libpng to 1.2.50 so it can be built with Clang 3.2
- Loading branch information
1 parent
3a6492d
commit 75efe7d
Showing
21 changed files
with
28,314 additions
and
26,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,21 @@ | ||
| set(SRCS | ||
| "png.c" | ||
| "pngerror.c" | ||
| "pngget.c" | ||
| "pngmem.c" | ||
| "pngpread.c" | ||
| "pngread.c" | ||
| "pngrio.c" | ||
| "pngrtran.c" | ||
| "pngrutil.c" | ||
| "pngset.c" | ||
| "pngtrans.c" | ||
| "pngwio.c" | ||
| "pngwrite.c" | ||
| "pngwtran.c" | ||
| "pngwutil.c" | ||
| ) | ||
|
|
||
| add_library(png STATIC ${SRCS}) | ||
| # OUR SOURCES | ||
| set(SRCS | ||
| png.h | ||
| pngconf.h | ||
| png.c | ||
| pngerror.c | ||
| pngget.c | ||
| pngmem.c | ||
| pngpread.c | ||
| pngread.c | ||
| pngrio.c | ||
| pngrtran.c | ||
| pngrutil.c | ||
| pngset.c | ||
| pngtrans.c | ||
| pngwio.c | ||
| pngwrite.c | ||
| pngwtran.c | ||
| pngwutil.c | ||
| ) | ||
| add_library(png STATIC ${SRCS}) |
Oops, something went wrong.