obs-ffmpeg: Move external headers to external dir

Prevents automatic formatting with clang-format
This commit is contained in:
jp9000
2019-06-23 20:57:15 -07:00
parent f53df7da64
commit 8c54b7f393
4 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -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 *);