ports/comms/scrcpy/files/patch-app_src_usb_aoa__hid.h
Hiroki Tagato dcf70d3c52 comms/scrcpy: update to 2.4
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.4

Reported by:	GitHub (watch releases)
2024-03-07 04:04:46 +09:00

11 lines
243 B
C

--- app/src/usb/aoa_hid.h.orig 2024-03-02 22:22:09 UTC
+++ app/src/usb/aoa_hid.h
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <stdbool.h>
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
#include "hid/hid_event.h"
#include "usb.h"