Files
ports/comms/scrcpy/files/patch-app_src_version.c
T
Hiroki Tagato f62953a450 comms/scrcpy: Update to 4.0
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v4.0

Reported by:	GitHub (watch releases)
2026-05-14 18:19:43 +09:00

12 lines
246 B
C

--- app/src/version.c.orig 2026-05-12 19:35:47 UTC
+++ app/src/version.c
@@ -8,7 +8,7 @@
# include <libavdevice/avdevice.h>
#endif
#ifdef HAVE_USB
-# include <libusb-1.0/libusb.h>
+# include <libusb.h>
#endif
#include <SDL3/SDL_version.h>