aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/recorder
diff options
context:
space:
mode:
authorWalter McKelvie <walt@mckelvie.org>2026-08-02 20:19:32 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-02 20:20:12 +0200
commit8397e7307eb68c857117d74ba332916bb7af6be4 (patch)
treebb17714ed3e2e331220c36183dff021b5f9d21b9 /src/recorder
parentf39ebf1a607b2f45c5049560756fb0f0054c5f6f (diff)
feat: Apple Silicon support
Diffstat (limited to 'src/recorder')
-rw-r--r--src/recorder/codec_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/recorder/codec_select.c b/src/recorder/codec_select.c
index 48af0b2..38f7c61 100644
--- a/src/recorder/codec_select.c
+++ b/src/recorder/codec_select.c
@@ -71,6 +71,7 @@ bool get_supported_video_codecs(gsr_egl *egl, gsr_video_codec video_codec, bool
case GSR_GPU_VENDOR_AMD:
case GSR_GPU_VENDOR_INTEL:
case GSR_GPU_VENDOR_BROADCOM:
+ case GSR_GPU_VENDOR_APPLE:
return gsr_get_supported_video_codecs_vaapi(video_codecs, egl->card_path, cleanup);
case GSR_GPU_VENDOR_NVIDIA:
return gsr_get_supported_video_codecs_nvenc(video_codecs, cleanup);