mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-08 17:18:55 +00:00
WIP usb_support for all platforms
This commit is contained in:
parent
26ee63d9e9
commit
ef82204c20
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if v4l2_support
|
|||
src += [ 'src/v4l2_sink.c' ]
|
||||
endif
|
||||
|
||||
usb_support = host_machine.system() == 'linux' or host_machine.system() == 'windows'
|
||||
usb_support = true
|
||||
if usb_support
|
||||
src += [
|
||||
'src/usb/aoa_hid.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue