view etc/inttypes.h @ 17300:335ca842bf7e

Reverse commit 31 Dec 2005 18:56:35 -0000 1.34 This was an incorrect fix made at the codec when it should be done at the demuxer level. static variables in codecs are ALWAYS wrong: the demuxer is supposed to have already removed all the junk Does anyone have an idea of a fix for the demuxer? (discussed on IRC)
author gpoirier
date Tue, 03 Jan 2006 22:06:12 +0000
parents dae8bc96fb15
children
line wrap: on
line source


// fallback if the user doesn't have inttypes.h (libc5 systems)

#include <sys/bitypes.h>