mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
17 lines
329 B
Text
17 lines
329 B
Text
/* gstd3d11config.h */
|
|
|
|
#ifndef __GST_D3D11_CONFIG_H__
|
|
#define __GST_D3D11_CONFIG_H__
|
|
|
|
#include <gst/gst.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
#mesondefine GST_D3D11_DXGI_HEADER_VERSION
|
|
#mesondefine GST_D3D11_HEADER_VERSION
|
|
#mesondefine GST_D3D11_WINAPI_ONLY_APP
|
|
#mesondefine GST_D3D11_WINAPI_APP
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GST_D3D11_CONFIG_H__ */
|