diff vp6.c @ 4078:6a10cc9adb8a libavcodec

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
author diego
date Tue, 24 Oct 2006 18:57:43 +0000
parents 7f991a9cd252
children 331961478469
line wrap: on
line diff
--- a/vp6.c	Tue Oct 24 10:33:40 2006 +0000
+++ b/vp6.c	Tue Oct 24 18:57:43 2006 +0000
@@ -27,7 +27,6 @@
  */
 
 #include <stdlib.h>
-#include <inttypes.h>
 
 #include "avcodec.h"
 #include "dsputil.h"