inttype include revision

This commit is contained in:
itsmattkc
2019-03-08 23:51:27 +11:00
parent ec127cbe9a
commit da0d34a2d8
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -20,11 +20,12 @@
#include "cacher.h"
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <QOpenGLFramebufferObject>
#include <QtMath>
#include <QAudioOutput>
#include <math.h>
#include <cinttypes>
#include "project/projectelements.h"
#include "rendering/audio.h"
+3
View File
@@ -21,6 +21,9 @@
#ifndef CACHER_H
#define CACHER_H
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
extern "C" {
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>