comparison matroska.h @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 807c5f54e8b5
children fa502e142b44
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
20 */ 20 */
21 21
22 #ifndef FFMPEG_MATROSKA_H 22 #ifndef FFMPEG_MATROSKA_H
23 #define FFMPEG_MATROSKA_H 23 #define FFMPEG_MATROSKA_H
24 24
25 #include "avcodec.h" 25 #include "libavcodec/avcodec.h"
26 26
27 /* EBML version supported */ 27 /* EBML version supported */
28 #define EBML_VERSION 1 28 #define EBML_VERSION 1
29 29
30 /* top-level master-IDs */ 30 /* top-level master-IDs */