[FFmpeg-cvslog] r9866 - trunk/configure
mhoffman
subversion
Thu Aug 2 02:14:11 CEST 2007
Author: mhoffman
Date: Thu Aug 2 02:14:11 2007
New Revision: 9866
Log:
--enable-fixedpoint, for configuring fixedpoint optimizations, this is just the config aspect
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 2 02:14:11 2007
@@ -139,6 +139,7 @@ show_help(){
echo " --disable-ffplay disable ffplay build"
echo " --enable-small optimize for size instead of speed"
echo " --enable-memalign-hack emulate memalign, interferes with memory debuggers"
+ echo " --enable-fixedpoint enable the use of fixed point calculations"
echo " --disable-encoder=NAME disables encoder NAME"
echo " --enable-encoder=NAME enables encoder NAME"
echo " --disable-decoder=NAME disables decoder NAME"
@@ -579,6 +580,7 @@ CONFIG_LIST='
demuxers
dv1394
encoders
+ fixedpoint
ffmpeg
ffplay
ffserver
More information about the ffmpeg-cvslog
mailing list