[FFmpeg-devel] [PATCH] Update libx264 to support intra-refresh and crf-max
Måns Rullgård
mans
Fri May 7 00:32:02 CEST 2010
Jason Garrett-Glaser <darkshikari at gmail.com> writes:
> Patch attached.
>
> Dark Shikari
>
> Index: configure
> ===================================================================
> --- configure (revision 23034)
> +++ configure (working copy)
> @@ -2618,8 +2618,8 @@
> 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
This is obviously OK, and you don't need my permission for such changes.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list