diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-18 23:54:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-13 23:19:46 +0100 |
| commit | 09c8ab5e4cdddc95ef28efa9f39d2c42a8edc6dd (patch) | |
| tree | 538644ed08628fb6955db6fcf6eefda6cd913933 /src/lib/config.h | |
| parent | 7b48d09b9df654cb24f56de8b95b2952927d8687 (diff) | |
WIP: Metal backend for macOS.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index d562481be..8fb29ca19 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -563,7 +563,12 @@ public: enum VideoViewType { VIDEO_VIEW_SIMPLE, +#ifdef DCPOMATIC_OSX + VIDEO_VIEW_OPENGL, + VIDEO_VIEW_METAL +#else VIDEO_VIEW_OPENGL +#endif }; VideoViewType video_view_type() const { |
