Browse Source

Interrogate doesn't like latest ffmpeg version headers

rdb 16 years ago
parent
commit
3c2c9340d6

+ 8 - 0
dtool/src/parser-inc/libavcodec/avcodec.h

@@ -0,0 +1,8 @@
+#ifndef AVCODEC_H
+#define AVCODEC_H
+
+typedef struct AVCodec AVCodec;
+typedef struct AVCodecContext AVCodecContext;
+typedef struct AVFrame AVFrame;
+
+#endif /* AVCODEC_H */

+ 6 - 0
dtool/src/parser-inc/libavformat/avformat.h

@@ -0,0 +1,6 @@
+#ifndef AVFORMAT_H
+#define AVFORMAT_H
+typedef struct AVFormat AVFormat;
+typedef struct AVFormatContext AVFormatContext;
+#endif /* AVFORMAT_H */
+