mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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
|
||||
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <cinttypes>
|
||||
|
||||
extern "C" {
|
||||
#include <libavutil/avassert.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
Loading…
Reference in New Issue
Block a user