comparison riff.h @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 792383dd085e
children 1b6245500d8c
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
26 */ 26 */
27 27
28 #ifndef FFMPEG_RIFF_H 28 #ifndef FFMPEG_RIFF_H
29 #define FFMPEG_RIFF_H 29 #define FFMPEG_RIFF_H
30 30
31 #include "avcodec.h" 31 #include "libavcodec/avcodec.h"
32 #include "avio.h" 32 #include "avio.h"
33 33
34 offset_t start_tag(ByteIOContext *pb, const char *tag); 34 offset_t start_tag(ByteIOContext *pb, const char *tag);
35 void end_tag(ByteIOContext *pb, offset_t start); 35 void end_tag(ByteIOContext *pb, offset_t start);
36 36