mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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'
|
check_val '' ZLIB '-lz'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_MPV" != 'no' ]; then
|
check_pkgconf MPV mpv
|
||||||
check_pkgconf MPV libmpv
|
check_val '' MPV -lmpv
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$HAVE_THREADS" = 'no' ] && [ "$HAVE_FFMPEG" != 'no' ]; then
|
if [ "$HAVE_THREADS" = 'no' ] && [ "$HAVE_FFMPEG" != 'no' ]; then
|
||||||
HAVE_FFMPEG='no'
|
HAVE_FFMPEG='no'
|
||||||
|
@ -34,7 +34,7 @@ HAVE_THREADS=auto # Threading support
|
|||||||
HAVE_THREAD_STORAGE=auto # Thread Local Storage support
|
HAVE_THREAD_STORAGE=auto # Thread Local Storage support
|
||||||
HAVE_FFMPEG=auto # FFmpeg support
|
HAVE_FFMPEG=auto # FFmpeg support
|
||||||
C89_FFMPEG=no
|
C89_FFMPEG=no
|
||||||
HAVE_MPV=auto # MPV support
|
HAVE_MPV=no # MPV support
|
||||||
HAVE_SSA=auto # SSA/ASS for FFmpeg subtitle support
|
HAVE_SSA=auto # SSA/ASS for FFmpeg subtitle support
|
||||||
HAVE_DYLIB=auto # Dynamic loading support
|
HAVE_DYLIB=auto # Dynamic loading support
|
||||||
HAVE_NETWORKING=auto # Networking features (recommended)
|
HAVE_NETWORKING=auto # Networking features (recommended)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user