obs-ffmpeg: Move external headers to external dir
Prevents automatic formatting with clang-format
This commit is contained in:
3
plugins/obs-ffmpeg/external/.clang-format
vendored
Normal file
3
plugins/obs-ffmpeg/external/.clang-format
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
Language: Cpp
|
||||
SortIncludes: false
|
||||
DisableFormat: true
|
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user