Mercurial > mplayer.hg
view etc/inttypes.h @ 28322:fa1f53d4d263
Add missing header for av_gcd, fixes the warning:
libaf/af_resample.c:204: warning: implicit declaration of function 'av_gcd'
author | diego |
---|---|
date | Sun, 25 Jan 2009 19:20:30 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>