Merge pull request #18094 from pastalian/fix-disable-pipewire

Fix build with disable-pipewire on systems with pipewire installed
This commit is contained in:
LibretroAdmin 2025-07-15 18:35:53 +02:00 committed by GitHub
commit 3162b6a438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const camera_driver_t *camera_drivers[] = {
#ifdef HAVE_V4L2
&camera_v4l2,
#endif
#ifdef HAVE_PIPEWIRE_STABLE
#if defined(HAVE_PIPEWIRE) && defined(HAVE_PIPEWIRE_STABLE)
&camera_pipewire,
#endif
#ifdef EMSCRIPTEN