add mathetmatics.h to fix compile

This commit is contained in:
Isaac Connor 2013-04-29 13:43:48 -04:00
parent bd5e2da5c7
commit 6db183a5ba
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#include "zm_mpeg.h" #include "zm_mpeg.h"
#if HAVE_LIBAVCODEC #if HAVE_LIBAVCODEC
extern "C" {
#include <libavutil/mathematics.h>
}
bool VideoStream::initialised = false; bool VideoStream::initialised = false;