Skip to content
Snippets Groups Projects
Commit efc39ba8 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

allow various x86 models with --tune

Originally committed as revision 4230 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5b558574
No related branches found
No related tags found
No related merge requests found
...@@ -691,8 +691,11 @@ if test $tune != "generic"; then ...@@ -691,8 +691,11 @@ if test $tune != "generic"; then
TUNECPU=ppc970 TUNECPU=ppc970
POWERPCMODE="64bits" POWERPCMODE="64bits"
;; ;;
i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona)
CFLAGS="$CFLAGS -march=$tune"
;;
*) *)
echo "WARNING: unknown CPU "$tune", ignored" echo "WARNING: unknown CPU \"$tune\", ignored"
;; ;;
esac esac
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment