comparison libtheoraenc.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 5b3acf9fd50a
children e1302edb0f69
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
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/log.h"
34 #include "avcodec.h" 35 #include "avcodec.h"
35 #include "log.h"
36 36
37 /* libtheora includes */ 37 /* libtheora includes */
38 #include <theora/theora.h> 38 #include <theora/theora.h>
39 39
40 typedef struct TheoraContext{ 40 typedef struct TheoraContext{