[FFmpeg-cvslog] r15645 - trunk/configure
Diego Biurrun
diego
Sun Oct 19 13:16:53 CEST 2008
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.
Diego
More information about the ffmpeg-cvslog
mailing list