Browse Source

obs-ffmpeg: Move external headers to external dir

Prevents automatic formatting with clang-format
jp9000 6 years ago
parent
commit
8c54b7f393

+ 3 - 0
plugins/obs-ffmpeg/external/.clang-format

@@ -0,0 +1,3 @@
+Language: Cpp
+SortIncludes: false
+DisableFormat: true

+ 0 - 0
plugins/obs-ffmpeg/dynlink_cuda.h → plugins/obs-ffmpeg/external/dynlink_cuda.h


+ 0 - 0
plugins/obs-ffmpeg/nvEncodeAPI.h → plugins/obs-ffmpeg/external/nvEncodeAPI.h


+ 1 - 1
plugins/obs-ffmpeg/jim-nvenc.h

@@ -4,7 +4,7 @@
 #include <windows.h>
 
 #include <obs-module.h>
-#include "nvEncodeAPI.h"
+#include "external/nvEncodeAPI.h"
 
 typedef NVENCSTATUS(NVENCAPI *NV_CREATE_INSTANCE_FUNC)(
 	NV_ENCODE_API_FUNCTION_LIST *);