Posts by Miguel Targa • 26 points
1 post
-
1
votes1
answer191
viewsA: How do I build a script to compile librtmp with openssl?
You need to replicate Compile-openssl.sh, just by modifying the file you created "do-Compile-librtmp.sh" UNI_BUILD_ROOT=`pwd` FF_TARGET=$1 set -e set +x FF_ACT_ARCHS_32="armv5 armv7a x86"…