Fixed WITH_MEDIACODEC definition

This commit is contained in:
Armin Novak 2022-01-26 09:53:02 +01:00 committed by akallabeth
parent 633c1abf44
commit 5f9338ad9a
2 changed files with 1 additions and 3 deletions

View File

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

View File

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