From a0d8a50bca2697bf778b70f6f45384d725816823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 24 Jan 2009 17:08:49 +0000 Subject: [PATCH] configure: add help for fastdiv Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 54ecbfe12..dec9925d2 100755 --- a/configure +++ b/configure @@ -160,6 +160,7 @@ show_help(){ echo " --disable-golomb disable Golomb code" echo " --disable-mdct disable MDCT code" echo " --enable-gray enable full grayscale support (slower color)" + echo " --disable-fastdiv disable table-based division" echo " --disable-ffmpeg disable ffmpeg build" echo " --disable-ffplay disable ffplay build" echo " --disable-ffserver disable ffserver build" -- 2.34.1