Commit fd43b34a authored by michael's avatar michael

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>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3210 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 83bac8d5
......@@ -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