add mathetmatics.h to fix compile
This commit is contained in:
parent
bd5e2da5c7
commit
6db183a5ba
|
@ -24,6 +24,9 @@
|
|||
#include "zm_mpeg.h"
|
||||
|
||||
#if HAVE_LIBAVCODEC
|
||||
extern "C" {
|
||||
#include <libavutil/mathematics.h>
|
||||
}
|
||||
|
||||
bool VideoStream::initialised = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue