mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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.
|
* 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user