aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 09d199a..8fba626 100644
--- a/configure.ac
+++ b/configure.ac
@@ -675,7 +675,9 @@ then
675 ffmpeg_enabled=0 675 ffmpeg_enabled=0
676 new_ffmpeg=0 676 new_ffmpeg=0
677 AC_CHECK_HEADERS([libavutil/avutil.h libavformat/avformat.h libavcodec/avcodec.h libavutil/frame.h], 677 AC_CHECK_HEADERS([libavutil/avutil.h libavformat/avformat.h libavcodec/avcodec.h libavutil/frame.h],
678 AC_CHECK_HEADERS([libavresample/avresample.h],new_ffmpeg=1)) 678 AC_CHECK_HEADERS([libavresample/avresample.h],
679 AC_CHECK_LIB(avutil, av_frame_alloc,
680 new_ffmpeg=1)))
679 681
680 AC_CHECK_LIB(swscale, sws_getContext, 682 AC_CHECK_LIB(swscale, sws_getContext,
681 AC_CHECK_LIB(avcodec, avcodec_alloc_context3, 683 AC_CHECK_LIB(avcodec, avcodec_alloc_context3,