comparison libtheoraenc.c @ 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 e943e1409077
children 5b7d5a33a3e2
comparison
equal deleted inserted replaced
8573:2acf0ae7b041 8574:d679fd3a5359
29 * I have used t_ prefixes on variables which are libtheora types 29 * I have used t_ prefixes on variables which are libtheora types
30 * and o_ prefixes on variables which are libogg types. 30 * and o_ prefixes on variables which are libogg types.
31 */ 31 */
32 32
33 /* FFmpeg includes */ 33 /* FFmpeg includes */
34 #include "libavutil/intreadwrite.h"
34 #include "libavutil/log.h" 35 #include "libavutil/log.h"
35 #include "avcodec.h" 36 #include "avcodec.h"
36 37
37 /* libtheora includes */ 38 /* libtheora includes */
38 #include <theora/theora.h> 39 #include <theora/theora.h>