Skip to content

Commit

Permalink
Don't use stdio in Starboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlstrom-g committed May 5, 2024
1 parent 339e10f commit 74fb31d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/libpng/pnglibconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,13 @@
#define PNG_SIMPLIFIED_READ_SUPPORTED
#define PNG_SIMPLIFIED_WRITE_AFIRST_SUPPORTED
#define PNG_SIMPLIFIED_WRITE_BGR_SUPPORTED
#if !defined(STARBOARD)
#define PNG_SIMPLIFIED_WRITE_STDIO_SUPPORTED
#endif // !defined(STARBOARD)
#define PNG_SIMPLIFIED_WRITE_SUPPORTED
#if !defined(STARBOARD)
#define PNG_STDIO_SUPPORTED
#endif // !defined(STARBOARD)
#define PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_TEXT_SUPPORTED
#define PNG_UNKNOWN_CHUNKS_SUPPORTED
Expand Down

0 comments on commit 74fb31d

Please sign in to comment.