ports/comms/scrcpy/files/patch-app_src_version.c
Hiroki Tagato 5d15ec21a7 comms/scrcpy: update to 3.2
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.2

Reported by:	GitHub (watch releases)
2025-04-20 20:35:36 +09:00

12 lines
246 B
C

--- app/src/version.c.orig 2025-03-29 15:15:14 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 <SDL2/SDL_version.h>