Mediandk Undefined Reference To 'amediacodec_signalendofinputstream'
can not find AMediaCodec_signalEndOfInputStream on link process. ExportThread.cpp source configure file apilevel android-21 here is my config CmakeLists.txt target_link_libraries($
Solution 1:
This is a bug in NDK r.15. This API was only introduced in android-26. BTW, you can rely on Android Studio to set -DANDROID_PLATFORM
to correspond to minSdkVersion
as chosen in build.gradle.
Post a Comment for "Mediandk Undefined Reference To 'amediacodec_signalendofinputstream'"