[FFmpeg-devel] [PATCH] configure: Check that texi2html supports --init-file

jamal jamrial at gmail.com
Thu Jul 12 08:44:41 CEST 2012


On 11/07/12 10:43 PM, jamal wrote:
> -texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
> +test $(texi2html --version) \> "1.67" > /dev/null 2>&1 && enable texi2html || disable texi2html
Ignore this one. For some reason the output of test is not getting silenced when there's an error.
I'll submit a patch with the other version I suggested in a reply to Sabatini.

Regards.


More information about the ffmpeg-devel mailing list