OSDN Git Service

configure: handle --cpu before running compiler
authorMåns Rullgård <mans@mansr.com>
Fri, 17 Jul 2009 08:21:41 +0000 (08:21 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 17 Jul 2009 08:21:41 +0000 (08:21 +0000)
commitdf5cdc24b94cc3113c370340df374a4d96075352
tree719c80f827684b396ee03785c932372d7f3623dd
parenta915980acdf7a7f02780fe5e936777f74c85c3e9
configure: handle --cpu before running compiler

It is possible that the compiler requires flags set by the --cpu
option, so we should not attempt to run it before those flags have
been added.

Originally committed as revision 19452 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure