mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 14:31:09 +00:00
libmp3lame: include "libavutil/intreadwrite.h" header
Fix compilation.
This commit is contained in:
parent
80d156d7fd
commit
ed96fffb6e
@ -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