mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/libxvid: add missing include
Fix build Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
5a754f92d1
commit
fee2b97d56
|
@ -29,6 +29,7 @@
|
|||
#include <string.h>
|
||||
#include <xvid.h>
|
||||
|
||||
#include "libavutil/avassert.h"
|
||||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/file.h"
|
||||
#include "libavutil/internal.h"
|
||||
|
|
Loading…
Reference in New Issue