Skip to content

Commit

Permalink
FIX: missing native jpeg codec on posix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Aug 24, 2021
1 parent 9c04c86 commit 95016d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/b-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ extern const REBYTE Str_Banner[];
#ifdef INCLUDE_PNG_CODEC
Init_PNG_Codec();
#endif
#ifdef USE_JPG_CODEC
#ifdef INCLUDE_JPG_CODEC
Init_JPEG_Codec();
#endif
#ifdef INCLUDE_WAV_CODEC
Expand Down

0 comments on commit 95016d9

Please sign in to comment.