[FFmpeg-cvslog] r15645 - trunk/configure
Måns Rullgård
mans
Sun Oct 19 14:27:21 CEST 2008
Diego Biurrun <diego at biurrun.de> writes:
> On Sun, Oct 19, 2008 at 01:05:03PM +0200, stefano wrote:
>>
>> Log:
>> Make more clear the error message for the libx264 version check.
>>
>> --- trunk/configure (original)
>> +++ trunk/configure Sun Oct 19 13:05:03 2008
>> @@ -1736,7 +1736,8 @@ enabled libschroedinger && add_cflags $(
>> enabled libx264 && require x264 x264.h x264_encoder_open -lx264 -lm &&
>> - require_cpp_condition x264 x264.h "X264_BUILD >= 65"
>> + check_cpp_condition x264.h "X264_BUILD >= 65" ||
>> + die "ERROR: libx264 version must be >= 0.65."
>
> This is completely broken, the condition after the || is always executed
> if libx264 is not enabled.
Fixed. 10L to me for not noticing, in fact even encouraging, this.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list