[FFmpeg-devel] [PATCH] Other configure version check patches
Stefano Sabatini
stefano.sabatini-lala
Sun Oct 19 10:52:27 CEST 2008
On date Sunday 2008-10-19 00:32:15 +0100, M?ns Rullg?rd encoded:
> Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
[...]
> > Index: configure
> > ===================================================================
> > --- configure (revision 15638)
> > +++ configure (working copy)
> > @@ -1736,7 +1736,7 @@
> > enabled libtheora && require libtheora theora/theora.h theora_info_init -ltheora -logg
> > enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
> > 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."
>
> Break the line after ||
If this is OK I'll apply also the patch which removes
require_cpp_condition.
Regards
--
FFmpeg = Frenzy and Fantastic Merciless Purposeless Enhanced Gem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: improve-libx264-check-01.patch
Type: text/x-diff
Size: 811 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081019/f7d0abec/attachment.patch>
More information about the ffmpeg-devel
mailing list