mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
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
This commit is contained in:
parent
573ab01eb7
commit
f777e5de84
@ -23,7 +23,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#include "../common.h"
|
||||
|
||||
static const uint16_t crc_lut[256] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user