summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-01-24 17:08:49 +0000
committerMåns Rullgård <mans@mansr.com>2009-01-24 17:08:49 +0000
commita0d8a50bca2697bf778b70f6f45384d725816823 (patch)
tree94240b73a573ccbe53cd96de34ce853f6a633fae /configure
parent13de8a080a6b458c4c1e3110f0bda5685e3ab486 (diff)
configure: add help for fastdiv
Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 54ecbfe129..dec9925d2c 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"