From a9564851ce2df9e245a2ba3cc20f373e86dd9a48 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Mon, 11 Jun 2018 20:10:05 -0400 Subject: support for mbedtls --- scripts/ffmpeg-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ffmpeg-config b/scripts/ffmpeg-config index b83bfe9..298f4a1 100755 --- a/scripts/ffmpeg-config +++ b/scripts/ffmpeg-config @@ -17,7 +17,8 @@ OPTIONS="$OPTIONS $USER_OPTS" # Do FFmpeg's job. if ! ( echo "$OPTIONS" | grep -q -e --enable-openssl ) && - ! ( echo "$OPTIONS" | grep -q -e --enable-gnutls ) ; + ! ( echo "$OPTIONS" | grep -q -e --enable-gnutls ) && + ! ( echo "$OPTIONS" | grep -q -e --enable-mbedtls ) ; then if pkg-config gnutls ; then OPTIONS="$OPTIONS --enable-gnutls" -- cgit v1.2.3