summaryrefslogtreecommitdiffstats
path: root/scripts/ffmpeg-config
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ffmpeg-config')
-rwxr-xr-xscripts/ffmpeg-config3
1 files changed, 2 insertions, 1 deletions
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"