소스 검색

Address reviewer comments

lat9nq 5 년 전
부모
커밋
b7e6eca8b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {