Commit 1602a6a5 authored by takis's avatar takis

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

--help".


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 89633d29
......@@ -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