diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2022-06-30 16:25:28 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2022-06-30 16:26:57 +0900 |
commit | 381a17a76778e1ceac99ea3859f365d1217e6d2b (patch) | |
tree | 939853e0ab2b79d66174aa887fb845ecc4542096 /comms/scrcpy/files/patch-app_src_version.c | |
parent | www/py-django-tagging: Add Django 3.2 compatibility (diff) |
comms/scrcpy: update to 1.24
Changelog:
- https://github.com/Genymobile/scrcpy/releases/tag/v1.22
- https://github.com/Genymobile/scrcpy/releases/tag/v1.23
- https://github.com/Genymobile/scrcpy/releases/tag/v1.24
Diffstat (limited to 'comms/scrcpy/files/patch-app_src_version.c')
-rw-r--r-- | comms/scrcpy/files/patch-app_src_version.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/scrcpy/files/patch-app_src_version.c b/comms/scrcpy/files/patch-app_src_version.c new file mode 100644 index 000000000000..e23aa8a6e5a4 --- /dev/null +++ b/comms/scrcpy/files/patch-app_src_version.c @@ -0,0 +1,11 @@ +--- app/src/version.c.orig 2022-06-30 04:29:39 UTC ++++ app/src/version.c +@@ -7,7 +7,7 @@ + # include <libavdevice/avdevice.h> + #endif + #ifdef HAVE_USB +-# include <libusb-1.0/libusb.h> ++# include <libusb.h> + #endif + + void |