mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
encoding.hpp: define __STDC_FORMAT_MACROS, include cinttypes
This commit is contained in:
parent
ec0f848030
commit
1978928bc6
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
#ifdef FFMPEG
|
#ifdef FFMPEG
|
||||||
|
|
||||||
|
#ifndef __STDC_FORMAT_MACROS
|
||||||
|
#define __STDC_FORMAT_MACROS
|
||||||
|
#endif
|
||||||
|
#include <cinttypes>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavutil/avassert.h>
|
#include <libavutil/avassert.h>
|
||||||
#include <libavcodec/avcodec.h>
|
#include <libavcodec/avcodec.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user