mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
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:
parent
99e5791ae4
commit
a7f5fc9431
@ -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'
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user