Removed forced disable of microphone redirection for android builds.

This commit is contained in:
Armin Novak 2013-10-03 13:21:42 +02:00
parent 3db1b51ba1
commit 5abe42226d

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