[FFmpeg-cvslog] r12535 - trunk/configure

takis subversion
Fri Mar 21 12:05:46 CET 2008


Author: takis
Date: Fri Mar 21 12:05:46 2008
New Revision: 12535

Log:
Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configure
--help".


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Mar 21 12:05:46 2008
@@ -120,6 +120,8 @@ show_help(){
   echo "  --enable-powerpc-perf    enable performance report on PPC"
   echo "                           (requires enabling PMC)"
   echo "  --disable-mmx            disable MMX usage"
+  echo "  --disable-mmx2           disable MMX2 usage"
+  echo "  --disable-ssse3          disable SSSE3 usage"
   echo "  --disable-armv5te        disable armv5te usage"
   echo "  --disable-armv6          disable armv6 usage"
   echo "  --disable-iwmmxt         disable iwmmxt usage"




More information about the ffmpeg-cvslog mailing list