-
Nicolae Rosia authored
details: https://github.com/opencv/opencv/pull/13726 In order to help CMake and PkgConfig find FFmpeg you need to: 1) export `PKG_CONFIG_LIBDIR=${SYSROOT}` where `SYSROOT=${ANDROID_NDK}/sysroot` 2) Add `-DCMAKE_PREFIX_PATH=${FFMPEG_INSTALL_PREFIX}` 3) Append `-DCMAKE_FIND_ROOT_PATH=${FFMPEG_INSTALL_PREFIX}`
3aaf8dfd