diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-17 08:07:35 -0400 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-17 08:07:35 -0400 |
commit | a760994787d7316a25d85e1883ac494520108e33 (patch) | |
tree | 17a8cb56ec900e8d7d0194b074c4f3279bd5ffa7 /configure.in | |
parent | 45c447a48cb29542c7467a87d4710cb839ad055e (diff) |
Remove the check for libavutil/samplefmt.h and assume it is always present.
This header has existed since libavcore got merged back into libavutil and xbmc will not build with such an old ffmpeg version that does not have it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index f0a0fb6621..10fae0d1a8 100644 --- a/configure.in +++ b/configure.in @@ -1623,9 +1623,6 @@ if test "$use_external_ffmpeg" = "yes"; then [AC_CHECK_HEADERS([ffmpeg/avcodec.h ffmpeg/avfilter.h ffmpeg/avformat.h ffmpeg/avutil.h postproc/postprocess.h ffmpeg/swscale.h],, [AC_MSG_ERROR($missing_headers)])]) - # optional - AC_CHECK_HEADERS([libavutil/samplefmt.h]) - # Check for libswresample or libavresample headers. AC_CHECK_HEADERS([libswresample/swresample.h libavresample/avresample.h]) |