changeset 5318:fb4f4b61c8ce libavformat

Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. This fixes the build with demuxers disabled.
author diego
date Mon, 19 Oct 2009 22:36:57 +0000
parents ceddb3544e43
children 86c32a27f69a
files mp3.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp3.c	Mon Oct 19 22:32:32 2009 +0000
+++ b/mp3.c	Mon Oct 19 22:36:57 2009 +0000
@@ -21,6 +21,7 @@
 
 #include <strings.h>
 #include "libavutil/avstring.h"
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "id3v2.h"
 #include "id3v1.h"