Fixed WITH_MEDIACODEC definition
(cherry picked from commit 3a6365caad
)
This commit is contained in:
parent
7cc9a10e8e
commit
32f387bc76
@ -176,8 +176,6 @@ option(DEFINE_NO_DEPRECATED "Compile without legacy functions and symbols" 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)
|
||||
|
Loading…
Reference in New Issue
Block a user