Commit cde4e429 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f01e60a9
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include "../common.h" #include <inttypes.h>
static const uint16_t crc_lut[256] = static const uint16_t crc_lut[256] =
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment