Mercurial > mplayer.hg
view etc/inttypes.h @ 30136:dc1d66a20ec2
Fixup SDL configure check:
- Make it work without sdl-config which adds at least useless or even hurtful
cflags and also does not work for cross-compiling
- If using sdl-config, make it use the CFLAGS we actually use for compiling
instead of something else. Thus #undef main is needed in the test program.
author | reimar |
---|---|
date | Sun, 03 Jan 2010 11:33:33 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>