# HG changeset patch # User diego # Date 1255991817 0 # Node ID fb4f4b61c8ceed69e1b4b29ab4a270e0bd6ab0f5 # Parent ceddb3544e43367ce199df7007ad5f4da8b07514 Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. This fixes the build with demuxers disabled. diff -r ceddb3544e43 -r fb4f4b61c8ce mp3.c --- 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 #include "libavutil/avstring.h" +#include "libavutil/intreadwrite.h" #include "avformat.h" #include "id3v2.h" #include "id3v1.h"