diff options
author | cxp2249 <moritz.pirk@tuhh.de> | 2018-01-31 22:58:03 +0100 |
---|---|---|
committer | cxp2249 <moritz.pirk@tuhh.de> | 2018-01-31 22:58:03 +0100 |
commit | be71fdbc86ac4ad86c48c083df3552a2ddce91e2 (patch) | |
tree | 94cbd0ede0617df39d62f04cadc95c380909db33 /src/render_cpu.h | |
parent | 8f7b0819e038188629eb026ade8eb2173f0dd163 (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.h | 1 |
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> |