summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJason Garrett-Glaser <darkshikari@gmail.com>2010-05-06 22:38:18 +0000
committerJason Garrett-Glaser <darkshikari@gmail.com>2010-05-06 22:38:18 +0000
commite8c7fca90c7474e2352efcbf4d71e19a85abc238 (patch)
tree4a5b1675f07340eb0f4d71a0353f86b5ee16e152 /configure
parent46174079c9c1e83048b278b3790cccddcacb2325 (diff)
Add intra refresh and crf-max support to the libavcodec libx264 wrapper.
Minor version bump. Originally committed as revision 23038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5d1ba2b006..355cab1cc3 100755
--- a/configure
+++ b/configure
@@ -2618,8 +2618,8 @@ enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex
enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
enabled libx264 && require libx264 x264.h x264_encoder_encode -lx264 -lm &&
- { check_cpp_condition x264.h "X264_BUILD >= 83" ||
- die "ERROR: libx264 version must be >= 0.83."; }
+ { check_cpp_condition x264.h "X264_BUILD >= 90" ||
+ die "ERROR: libx264 version must be >= 0.90."; }
enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib