diff options
author | Steve L'Homme <slhomme@divxcorp.com> | 2006-10-24 18:57:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-24 18:57:43 +0000 |
commit | 33400850cf915fd87c087a5f0641f4c2d04d54df (patch) | |
tree | 978a792adc5a5f10b55b0eeb3e68ae109693213a /libavcodec/vp6.c | |
parent | 836096aa7a2acb1bba591519b822351955c03a41 (diff) | |
download | ffmpeg-33400850cf915fd87c087a5f0641f4c2d04d54df.tar.gz |
Don't include inttypes.h/stdint.h directly, there is an abstraction in
libavutil/common.h for platforms with no inttypes.h.
patch by Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp6.c')
-rw-r--r-- | libavcodec/vp6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 139105de19..b7ff004cc5 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -27,7 +27,6 @@ */ #include <stdlib.h> -#include <inttypes.h> #include "avcodec.h" #include "dsputil.h" |