summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-11 23:26:52 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-11 23:26:52 +0000
commitd9513de67ceefcfeb7aeba39811637fa9e90c3a3 (patch)
tree44f7cd54311688bb6f7b396b2dc83cee65014e6f /libavcodec/libtheoraenc.c
parent6cdbff63cd387854d0fbf502fb66ce1b5f1c6315 (diff)
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
Diffstat (limited to 'libavcodec/libtheoraenc.c')
-rw-r--r--libavcodec/libtheoraenc.c1
1 files changed, 1 insertions, 0 deletions
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"