[Ffmpeg-devel] liba52/crc.c fails to compile

Steven M. Schultz sms
Sat Aug 6 00:08:22 CEST 2005


On Fri, 5 Aug 2005, Michael Niedermayer wrote:

> On Friday 05 August 2005 23:13, Alexander Strasser wrote:
> > > -#include "../common.h"
> > > +#include "common.h"
> 
> hmm, probably
> if so then it should be replaced with <inttypes.h>

	Attached patch worked fine here - so inttypes.h is what was desired.

	Cheers,
	Steven Schultz
-------------- next part --------------
--- libavcodec/liba52/crc.c.dist	2004-06-08 20:04:01.000000000 -0700
+++ libavcodec/liba52/crc.c	2005-08-05 15:06:00.000000000 -0700
@@ -23,7 +23,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include "../common.h"
+#include <inttypes.h>
 
 static const uint16_t crc_lut[256] = 
 {



More information about the ffmpeg-devel mailing list