Commit 064df5a9 authored by Panagiotis Issaris's avatar Panagiotis Issaris

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

--help".

Originally committed as revision 12535 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent db3ee6cc
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment