[FFmpeg-devel] [PATCH] Update libx264 to support intra-refresh and crf-max

Jason Garrett-Glaser darkshikari
Fri May 7 00:38:17 CEST 2010


2010/5/6 M?ns Rullg?rd <mans at mansr.com>:
> 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
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>

Applied then.

Dark Shikari



More information about the ffmpeg-devel mailing list