diff options
author | Steven M. Schultz <sms@2bsd.com> | 2005-08-05 23:25:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-08-05 23:25:35 +0000 |
commit | 6987c58a0a0e23c78a3ea91faed1e94f698942a0 (patch) | |
tree | 9bffecd8bfa1349ca15b167dbbebdeda68c3d3c1 /libavcodec/liba52 | |
parent | 23972d5a6c526f4de1576b32ae9719d2489641b7 (diff) | |
download | ffmpeg-6987c58a0a0e23c78a3ea91faed1e94f698942a0.tar.gz |
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
Originally committed as revision 4494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52')
-rw-r--r-- | libavcodec/liba52/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/liba52/crc.c b/libavcodec/liba52/crc.c index 0487a8804a..6698155bd4 100644 --- a/libavcodec/liba52/crc.c +++ b/libavcodec/liba52/crc.c @@ -23,7 +23,7 @@ #include <stdlib.h> #include <stdio.h> -#include "../common.h" +#include <inttypes.h> static const uint16_t crc_lut[256] = { |