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:
Bernhard Miklautz 2013-10-03 04:32:28 -07:00
commit ce6150cc12

View File

@ -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()