aboutsummaryrefslogtreecommitdiff
path: root/src/render_cpu.h
diff options
context:
space:
mode:
authorcxp2249 <moritz.pirk@tuhh.de>2018-01-31 22:58:03 +0100
committercxp2249 <moritz.pirk@tuhh.de>2018-01-31 22:58:03 +0100
commitbe71fdbc86ac4ad86c48c083df3552a2ddce91e2 (patch)
tree94cbd0ede0617df39d62f04cadc95c380909db33 /src/render_cpu.h
parent8f7b0819e038188629eb026ade8eb2173f0dd163 (diff)
render.c with fitting header build:
+ untestet therefore result open. + ffmpeg-3.4.1.tar.bz2 for source files + https://trac.ffmpeg.org/wiki/CompilationGuide for executing configure script. Required vor avconfig
Diffstat (limited to 'src/render_cpu.h')
-rw-r--r--src/render_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render_cpu.h b/src/render_cpu.h
index 7abbdc4..5d32661 100644
--- a/src/render_cpu.h
+++ b/src/render_cpu.h
@@ -11,6 +11,7 @@
#include "defs.h"
#include <stdlib.h>
#include <GL/glut.h>
+#define HAVE_STRUCT_TIMESPEC
#include <pthread.h>
#include <time.h>
#include <math.h>