changeset 1738:378e98870df4 libavcodec

more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
author michael
date Sat, 10 Jan 2004 12:53:07 +0000
parents d39bb6945761
children 07a484280a82
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Sat Jan 10 01:58:00 2004 +0000
+++ b/common.h	Sat Jan 10 12:53:07 2004 +0000
@@ -82,7 +82,7 @@
 #    define always_inline inline
 #endif
 
-#ifdef HAVE_INTTYPES_H
+#ifndef EMULATE_INTTYPES
 #   include <inttypes.h>
 #else
     typedef signed char  int8_t;