diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/command_classes/codecs/codec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_classes/codecs/codec.cpp b/src/video_core/command_classes/codecs/codec.cpp index c25d2ad2c..39bc923a5 100644 --- a/src/video_core/command_classes/codecs/codec.cpp +++ b/src/video_core/command_classes/codecs/codec.cpp | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include "video_core/memory_manager.h" | 13 | #include "video_core/memory_manager.h" |
| 14 | 14 | ||
| 15 | extern "C" { | 15 | extern "C" { |
| 16 | #include "libavutil/opt.h" | 16 | #include <libavutil/opt.h> |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | namespace Tegra { | 19 | namespace Tegra { |