mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
mp3lame: add #include required for AV_RB32 macro.
Fixes compilation with mp3lame enabled.
This commit is contained in:
parent
a1d0dcc713
commit
03c804e1ed
@ -24,6 +24,7 @@
|
||||
* Interface to libmp3lame for mp3 encoding.
|
||||
*/
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "avcodec.h"
|
||||
#include "mpegaudio.h"
|
||||
#include <lame/lame.h>
|
||||
|
Loading…
Reference in New Issue
Block a user