Explorar el Código

Address reviewer comments

lat9nq hace 5 años
padre
commit
b7e6eca8b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video_core/command_classes/codecs/codec.cpp

+ 1 - 1
src/video_core/command_classes/codecs/codec.cpp

@@ -13,7 +13,7 @@
 #include "video_core/memory_manager.h"
 
 extern "C" {
-#include "libavutil/opt.h"
+#include <libavutil/opt.h>
 }
 
 namespace Tegra {