From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index 9fa49e7304..5370241288 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -24,6 +24,8 @@ #ifndef FFMPEG_ISOM_H #define FFMPEG_ISOM_H +#include "riff.h" + /* isom.c */ extern const AVCodecTag ff_mp4_obj_type[]; extern const AVCodecTag codec_movvideo_tags[]; -- cgit v1.2.3