[Ffmpeg-devel] [PATCH] part 5 - portability fixes (ILP32 vs LP64)

Dieter freebsd
Sun Jan 29 21:07:55 CET 2006


Diffs for file: libavcodec/liba52/crc.c

===================================================================
RCS file: RCS/crc.c,v
retrieving revision 1.1
diff -u -r1.1 crc.c
--- crc.c       2006/01/26 21:41:09     1.1
+++ crc.c       2006/01/29 22:24:05
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <inttypes.h>
+#include "a52_util.h"  /* for a52_crc16_block() prototype */
 
 static const uint16_t crc_lut[256] =
 {





More information about the ffmpeg-devel mailing list