Commit f777e5de authored by Chip's avatar Chip Committed by Michael Niedermayer

make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h...

make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>)

Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 573ab01e
......@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include "../common.h"
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