inttype include revision
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user