RetroArch/camera
Takuya Wakazono 027564a0c9 Fix build with disable-pipewire on systems with pipewire installed
On systems where pipewire is installed but the build is configured with
--disable-pipewire, HAVE_PIPEWIRE_STABLE is set to 1 while HAVE_PIPEWIRE
is 0. Checking only HAVE_PIPEWIRE_STABLE leads to a build failure.

```
LD retroarch
/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: obj-unix/release/camera/camera_driver.o:(.data.rel+0x0): undefined reference to `camera_pipewire'
collect2: error: ld returned 1 exit status
```

Downstream Bug: https://bugs.gentoo.org/960043
2025-07-15 23:27:10 +09:00
..
drivers apple: avfoundation camera driver fixes 2025-07-13 08:40:29 -04:00
camera_driver.c Fix build with disable-pipewire on systems with pipewire installed 2025-07-15 23:27:10 +09:00
camera_driver.h Remove camera device list functions from camera drivers 2025-02-20 15:42:02 -05:00