changeset 2070:5914c2b0760f libavcodec

make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>)
author michael
date Wed, 09 Jun 2004 01:57:47 +0000
parents a8100a516b0a
children 41d30bae5019
files liba52/crc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/crc.c	Tue Jun 08 17:01:17 2004 +0000
+++ b/liba52/crc.c	Wed Jun 09 01:57:47 2004 +0000
@@ -23,7 +23,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <inttypes.h>
+#include "../common.h"
 
 static const uint16_t crc_lut[256] = 
 {