gstreamer/gst-libs/gst/d3d11/gstd3d11config.h.meson
Seungha Yang d16b5b7f7f d3d11: Allow building UWP features with Desktop features if possible
WINAPI_PARTITION_DESKTOP and WINAPI_PARTITION_APP can coexist.
Although UWP only binaries should be used for production stage,
this change will be useful for development stage

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1962>
2021-01-19 11:23:56 +00:00

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__ */