[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/liba52 crc.c,1.2,1.3

Michael Niedermayer CVS michael
Sat Aug 6 01:25:37 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52
In directory mail:/var2/tmp/cvs-serv25116

Modified Files:
	crc.c 
Log Message:
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)


Index: crc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/crc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- crc.c	9 Jun 2004 01:57:47 -0000	1.2
+++ crc.c	5 Aug 2005 23:25:35 -0000	1.3
@@ -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-cvslog mailing list