Skip to content

Commit

Permalink
Internal libjpeg: rename extra symbol for iOS compatibility (#6725)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and rouault committed Nov 17, 2022
1 parent 694e9b8 commit e8541e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frmts/jpeg/libjpeg/jerror.c
Expand Up @@ -47,6 +47,8 @@

#ifdef NEED_12_BIT_NAMES
#define jpeg_std_message_table jpeg_std_message_table_12
#elif defined(RENAME_INTERNAL_LIBJPEG_SYMBOLS)
#define jpeg_std_message_table gdal_jpeg_std_message_table
#endif

#define JMESSAGE(code,string) string ,
Expand Down

0 comments on commit e8541e4

Please sign in to comment.