mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 09:59:55 +00:00
7b1b3327a0
It's almost a fork of glwindow_win32 implementation. To build on Windows, Vulkan SDK (at https://vulkan.lunarg.com/sdk/home) and VK_SDK_PATH environment are required. Note that VK_SDK_PATH environment setting is a part of the SDK installation.
21 lines
443 B
Text
21 lines
443 B
Text
/* vkconfig.h
|
|
*
|
|
* This is a generated file. Please modify `configure.ac'
|
|
*/
|
|
|
|
#ifndef __GST_VULKAN_CONFIG_H__
|
|
#define __GST_VULKAN_CONFIG_H__
|
|
|
|
#include <gst/gst.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
#mesondefine GST_VULKAN_HAVE_WINDOW_XCB
|
|
#mesondefine GST_VULKAN_HAVE_WINDOW_WAYLAND
|
|
#mesondefine GST_VULKAN_HAVE_WINDOW_COCOA
|
|
#mesondefine GST_VULKAN_HAVE_WINDOW_IOS
|
|
#mesondefine GST_VULKAN_HAVE_WINDOW_WIN32
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GST_VULKAN_CONFIG_H__ */
|