Merge pull request #7848 from orbea/mpv

qb: Fix mpv check.
This commit is contained in:
Twinaphex 2018-12-31 20:39:20 +01:00 committed by GitHub
commit c095f8bdd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)