From 6987c58a0a0e23c78a3ea91faed1e94f698942a0 Mon Sep 17 00:00:00 2001 From: "Steven M. Schultz" Date: Fri, 5 Aug 2005 23:25:35 +0000 Subject: 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 --- libavcodec/liba52/crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include "../common.h" +#include static const uint16_t crc_lut[256] = { -- cgit v1.2.3