OSDN Git Service

Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.
authorDiego Biurrun <diego@biurrun.de>
Mon, 19 Oct 2009 22:36:57 +0000 (22:36 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 19 Oct 2009 22:36:57 +0000 (22:36 +0000)
This fixes the build with demuxers disabled.

Originally committed as revision 20327 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mp3.c

index 5b5e06d..2b493e2 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <strings.h>
 #include "libavutil/avstring.h"
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "id3v2.h"
 #include "id3v1.h"