mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Inline warnings are gone (temp fix???)
This commit is contained in:
parent
97ff10fadc
commit
28e2fcd9f0
2 changed files with 3 additions and 3 deletions
|
@ -216,7 +216,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
|
|||
# define INLINE
|
||||
#else
|
||||
# if __GNUC__ && !__GNUC_STDC_INLINE__
|
||||
# define INLINE extern inline
|
||||
# define INLINE static inline
|
||||
# else
|
||||
# define INLINE inline
|
||||
# endif
|
||||
|
|
|
@ -99,7 +99,7 @@ libpng is supplied as a precompiled library
|
|||
libz is supplied with devkitpro (Ie. preinstalled)
|
||||
libfat is supplied with devkitpro (Ie. preinstalled)
|
||||
|
||||
*1 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not
|
||||
*1 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not
|
||||
available in the official release. If you can track down the original
|
||||
author, please tell him about these fixes.
|
||||
|
||||
|
@ -129,7 +129,7 @@ Next up the list is libjpeg *2 *3
|
|||
cd \grr\trunk\GRRLIB\lib
|
||||
install <- If you are using Linux, type `./install.sh` instead
|
||||
|
||||
*3 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not
|
||||
*3 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not
|
||||
available in the official release.
|
||||
|
||||
After all three image processing libraries are installed, we can now install
|
||||
|
|
Loading…
Reference in a new issue