summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/command_classes')
-rw-r--r--src/video_core/command_classes/codecs/codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/command_classes/codecs/codec.h b/src/video_core/command_classes/codecs/codec.h
index 5bbe6a332..ee5d62540 100644
--- a/src/video_core/command_classes/codecs/codec.h
+++ b/src/video_core/command_classes/codecs/codec.h
@@ -10,6 +10,7 @@
10 10
11extern "C" { 11extern "C" {
12#if defined(__GNUC__) || defined(__clang__) 12#if defined(__GNUC__) || defined(__clang__)
13#pragma GCC diagnostic push
13#pragma GCC diagnostic ignored "-Wconversion" 14#pragma GCC diagnostic ignored "-Wconversion"
14#endif 15#endif
15#include <libavcodec/avcodec.h> 16#include <libavcodec/avcodec.h>