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
12 lines
217 B
C
12 lines
217 B
C
--- app/src/usb/usb.h.orig 2022-06-30 04:29:07 UTC
|
|
+++ app/src/usb/usb.h
|
|
@@ -4,7 +4,7 @@
|
|
#include "common.h"
|
|
|
|
#include <stdbool.h>
|
|
-#include <libusb-1.0/libusb.h>
|
|
+#include <libusb.h>
|
|
|
|
#include "util/thread.h"
|
|
|