1/* gstd3d11config.h */ 2 3#ifndef __GST_D3D11_CONFIG_H__ 4#define __GST_D3D11_CONFIG_H__ 5 6#include <gst/gst.h> 7 8G_BEGIN_DECLS 9 10#mesondefine GST_D3D11_DXGI_HEADER_VERSION 11#mesondefine GST_D3D11_HEADER_VERSION 12#mesondefine GST_D3D11_WINAPI_ONLY_APP 13#mesondefine GST_D3D11_WINAPI_APP 14 15G_END_DECLS 16 17#endif /* __GST_D3D11_CONFIG_H__ */ 18