qb: Fix mpv check.

This fixes the mpv configure check and disables it by default
to avoid exposing other bugs. It can be enabled again when those
isssues are fixed.
This commit is contained in:
orbea 2018-12-30 20:00:29 -08:00
parent 99e5791ae4
commit a7f5fc9431
2 changed files with 3 additions and 4 deletions

View File

@ -409,9 +409,8 @@ else
check_val '' ZLIB '-lz'
fi
if [ "$HAVE_MPV" != 'no' ]; then
check_pkgconf MPV libmpv
fi
check_pkgconf MPV mpv
check_val '' MPV -lmpv
if [ "$HAVE_THREADS" = 'no' ] && [ "$HAVE_FFMPEG" != 'no' ]; then
HAVE_FFMPEG='no'

View File

@ -34,7 +34,7 @@ HAVE_THREADS=auto # Threading support
HAVE_THREAD_STORAGE=auto # Thread Local Storage support
HAVE_FFMPEG=auto # FFmpeg support
C89_FFMPEG=no
HAVE_MPV=auto # MPV support
HAVE_MPV=no # MPV support
HAVE_SSA=auto # SSA/ASS for FFmpeg subtitle support
HAVE_DYLIB=auto # Dynamic loading support
HAVE_NETWORKING=auto # Networking features (recommended)