Merge pull request #1530 from akallabeth/android_microphone_enable_by_default
Removed forced disable of microphone redirection for android builds.
This commit is contained in:
commit
ce6150cc12
@ -4,7 +4,6 @@ set(OPTION_CLIENT_DEFAULT ON)
|
||||
set(OPTION_SERVER_DEFAULT ON)
|
||||
|
||||
if(ANDROID)
|
||||
set(OPTION_CLIENT_DEFAULT OFF)
|
||||
set(OPTION_SERVER_DEFAULT OFF)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user