mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
commit
c095f8bdd2
@ -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…
Reference in New Issue
Block a user