changeset 8574:d679fd3a5359 libavcodec

Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libtheora is enabled.
author stefano
date Sun, 11 Jan 2009 23:26:52 +0000
parents 2acf0ae7b041
children 0b9dff3a1ce2
files libtheoraenc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"