davinctor / CompileFFmpegWithOpenSSL

A bunch of scripts you can use to compile FFmpeg with OpenSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't compile

xsobolx opened this issue · comments

Finished with: ERROR: openssl not found

Hi, @xsobolx, thanks for your report.
Could you provide your steps and your environment (OS, OS version, etc)?

By the way, this error can happen on different NDK version, so, please provide your NDK version.

Also check your libs/ffmpeg/binaries and libs/openssl/build directories. If they aren't empty - compilation finished with success for some architectures, but failed only for some other architectures (check README)

I tried on MacOs X El Capitan 10.11.15 and Ubuntu 16.10 NDK r14b from this sitehttps://developer.android.com/ndk/downloads/index.html
Directories are empty

@xsobolx , update this file and provide your path to NDK

#!/bin/sh

export NDK=YOUR PATH TO NDK
export WORKING_DIR=`pwd`

TARGET_ARMEABI_DIR=$WORKING_DIR/armeabi
TARGET_ARMEABIV7A_DIR=$WORKING_DIR/armeabi-v7a