From d9513de67ceefcfeb7aeba39811637fa9e90c3a3 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 11 Jan 2009 23:26:52 +0000 Subject: Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libtheora is enabled. Originally committed as revision 16562 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libtheoraenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/libtheoraenc.c') diff --git a/libavcodec/libtheoraenc.c b/libavcodec/libtheoraenc.c index d7f635ca79..abfa462c96 100644 --- a/libavcodec/libtheoraenc.c +++ b/libavcodec/libtheoraenc.c @@ -31,6 +31,7 @@ */ /* FFmpeg includes */ +#include "libavutil/intreadwrite.h" #include "libavutil/log.h" #include "avcodec.h" -- cgit v1.2.3