# HG changeset patch # User stefano # Date 1231716412 0 # Node ID d679fd3a53593a4e206ebed28a87c16f2c916ab6 # Parent 2acf0ae7b04177037aaadf178a89f9966c6359e4 Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libtheora is enabled. diff -r 2acf0ae7b041 -r d679fd3a5359 libtheoraenc.c --- a/libtheoraenc.c Sun Jan 11 22:19:48 2009 +0000 +++ b/libtheoraenc.c Sun Jan 11 23:26:52 2009 +0000 @@ -31,6 +31,7 @@ */ /* FFmpeg includes */ +#include "libavutil/intreadwrite.h" #include "libavutil/log.h" #include "avcodec.h"