mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Check for libavdevice
This commit is contained in:
parent
e94d21388e
commit
90e57f7a0d
@ -300,6 +300,7 @@ if [ "$HAVE_THREADS" != 'no' ]; then
|
||||
if [ "$HAVE_FFMPEG" != 'no' ]; then
|
||||
check_pkgconf AVCODEC libavcodec 54
|
||||
check_pkgconf AVFORMAT libavformat 54
|
||||
check_pkgconf AVDEVICE libavdevice
|
||||
check_pkgconf SWRESAMPLE libswresample
|
||||
check_pkgconf AVUTIL libavutil 51
|
||||
check_pkgconf SWSCALE libswscale 2.1
|
||||
|
Loading…
Reference in New Issue
Block a user