From 6db183a5ba772331e852f5d1edb760311e743446 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 29 Apr 2013 13:43:48 -0400 Subject: [PATCH] add mathetmatics.h to fix compile --- src/zm_mpeg.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/zm_mpeg.cpp b/src/zm_mpeg.cpp index 5dd4c176b..4e3b9f0f3 100644 --- a/src/zm_mpeg.cpp +++ b/src/zm_mpeg.cpp @@ -24,6 +24,9 @@ #include "zm_mpeg.h" #if HAVE_LIBAVCODEC +extern "C" { +#include +} bool VideoStream::initialised = false;