Removed forced disable of microphone redirection for android builds.
authorArmin Novak <anovak@thinstuff.com>
Thu, 3 Oct 2013 11:21:42 +0000 (13:21 +0200)
committerArmin Novak <anovak@thinstuff.com>
Thu, 3 Oct 2013 11:21:42 +0000 (13:21 +0200)
channels/audin/ChannelOptions.cmake

index a9c21b4..39ca402 100644 (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()