mirror of https://github.com/Genymobile/scrcpy
Fix compilation with -Dusb=false
UHID does not depend on USB support, so the struct sc_uhid_devices must always be defined.
This commit is contained in:
parent
e03888d587
commit
90ee0062cb
|
@ -63,8 +63,8 @@ struct scrcpy {
|
|||
struct sc_aoa aoa;
|
||||
// sequence/ack helper to synchronize clipboard and Ctrl+v via HID
|
||||
struct sc_acksync acksync;
|
||||
struct sc_uhid_devices uhid_devices;
|
||||
#endif
|
||||
struct sc_uhid_devices uhid_devices;
|
||||
union {
|
||||
struct sc_keyboard_sdk keyboard_sdk;
|
||||
struct sc_keyboard_uhid keyboard_uhid;
|
||||
|
|
Loading…
Reference in New Issue