Commit 03c804e1 authored by Ronald S. Bultje's avatar Ronald S. Bultje

mp3lame: add #include required for AV_RB32 macro.

Fixes compilation with mp3lame enabled.
parent a1d0dcc7
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* Interface to libmp3lame for mp3 encoding. * Interface to libmp3lame for mp3 encoding.
*/ */
#include "libavutil/intreadwrite.h"
#include "avcodec.h" #include "avcodec.h"
#include "mpegaudio.h" #include "mpegaudio.h"
#include <lame/lame.h> #include <lame/lame.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment