Fixed WITH_MEDIACODEC definition
This commit is contained in:
parent
633c1abf44
commit
5f9338ad9a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user