mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
d16b5b7f7f
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>
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__ */
|