diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2012-03-23 11:59:02 +0100 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2012-03-23 19:00:50 +0100 |
commit | de23d26c093fea8bf31be971c61221b28dab8ab2 (patch) | |
tree | a61c42f81aeb167f7272c4b6a97a66b54950369f /configure.in | |
parent | 04ff67392c32562b6964cef3d381c4ff32a96420 (diff) |
Add support for new ffmpeg-10/11 api.
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bca9239e33..bea66ac214 100755 --- a/configure.in +++ b/configure.in @@ -1225,6 +1225,9 @@ if test "$use_external_ffmpeg" = "yes"; then # old FFmpeg have this in libavcodec/opt.h instead: AC_CHECK_HEADERS([libavutil/opt.h]) + # new FFmpeg have math headers + AC_CHECK_HEADERS([libavutil/mathematics.h],,) + # We'll support the use of rgb2rgb.h if it exists. AC_CHECK_HEADERS([libswscale/rgb2rgb.h],,) AC_CHECK_HEADERS([ffmpeg/rgb2rgb.h],,) |