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
|
if [ "$HAVE_FFMPEG" != 'no' ]; then
|
||||||
check_pkgconf AVCODEC libavcodec 54
|
check_pkgconf AVCODEC libavcodec 54
|
||||||
check_pkgconf AVFORMAT libavformat 54
|
check_pkgconf AVFORMAT libavformat 54
|
||||||
|
check_pkgconf AVDEVICE libavdevice
|
||||||
check_pkgconf SWRESAMPLE libswresample
|
check_pkgconf SWRESAMPLE libswresample
|
||||||
check_pkgconf AVUTIL libavutil 51
|
check_pkgconf AVUTIL libavutil 51
|
||||||
check_pkgconf SWSCALE libswscale 2.1
|
check_pkgconf SWSCALE libswscale 2.1
|
||||||
|
|
Loading…
Reference in New Issue