Mercurial > mplayer.hg
view etc/inttypes.h @ 28003:2c3528928d6b
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
(x86_64), to fix generated code on ICC 11.0.
Original FFmpeg patch by Reimar.
author | cehoyos |
---|---|
date | Tue, 25 Nov 2008 18:36:50 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>