mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
17 lines
295 B
Text
17 lines
295 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
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __GST_D3D11_CONFIG_H__ */
|