[FFmpeg-cvslog] mp3lame: add #include required for AV_RB32 macro.
Ronald S. Bultje
git at videolan.org
Sun May 22 05:14:32 CEST 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Fri May 20 14:56:44 2011 -0400| [03c804e1ed65f52fd99020e1777103f4fb7abf15] | committer: Ronald S. Bultje
mp3lame: add #include required for AV_RB32 macro.
Fixes compilation with mp3lame enabled.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03c804e1ed65f52fd99020e1777103f4fb7abf15
---
libavcodec/libmp3lame.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c
index 62b55c9..68f1bc9 100644
--- a/libavcodec/libmp3lame.c
+++ b/libavcodec/libmp3lame.c
@@ -24,6 +24,7 @@
* Interface to libmp3lame for mp3 encoding.
*/
+#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "mpegaudio.h"
#include <lame/lame.h>
More information about the ffmpeg-cvslog
mailing list