mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed WITH_MEDIACODEC definition
This commit is contained in:
@@ -164,8 +164,6 @@ option(WITH_SWSCALE "Use SWScale image library for screen resizing" OFF)
|
||||
|
||||
if (ANDROID)
|
||||
include(ConfigOptionsAndroid)
|
||||
else()
|
||||
option(WITH_MEDIACODEC "Use MediaCodec API" OFF)
|
||||
endif(ANDROID)
|
||||
|
||||
if (IOS)
|
||||
|
||||
@@ -19,4 +19,4 @@ option(WITH_OPENSLES "Enable sound and microphone redirection using OpenSLES" ON
|
||||
|
||||
set(ANDROID_APP_TARGET_SDK 21 CACHE STRING "Application target android SDK")
|
||||
set(ANDROID_APP_MIN_SDK 14 CACHE STRING "Application minimum android SDK requirement")
|
||||
|
||||
option(WITH_MEDIACODEC "Use MediaCodec API" ON)
|
||||
|
||||
Reference in New Issue
Block a user