We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312e619 commit 2158fa0Copy full SHA for 2158fa0
src/AvTranscoder/option/Option.cpp
@@ -1,5 +1,9 @@
1
#include "Option.hpp"
2
3
+extern "C" {
4
+#include <libavutil/error.h>
5
+}
6
+
7
#include <sstream>
8
#include <stdexcept>
9
src/AvTranscoder/option/Option.hpp
@@ -1,10 +1,9 @@
#ifndef _AV_TRANSCODER_OPTION_HPP
#define _AV_TRANSCODER_OPTION_HPP
+#include <AvTranscoder/common.hpp>
extern "C" {
-#ifndef __STDC_CONSTANT_MACROS
- #define __STDC_CONSTANT_MACROS
-#endif
#include <libavutil/opt.h>
}
10
0 commit comments