make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch...
authorChip <szarlada@freemail.hu>
Wed, 9 Jun 2004 01:57:47 +0000 (01:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Jun 2004 01:57:47 +0000 (01:57 +0000)
Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/liba52/crc.c

index 6698155..0487a88 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <inttypes.h>
+#include "../common.h"
 
 static const uint16_t crc_lut[256] = 
 {