Replace several #ifdef PIC with the more obvious and correct
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 09:49:12 +0000 (09:49 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 09:49:12 +0000 (09:49 +0000)
commit003121091e27ccf1bca4480c83ef13957027ed95
tree51d571fea586172e66847148922616fbf6f424bf
parentc9da676de43d778d62efb1cfa75544d770736d67
Replace several #ifdef PIC with the more obvious and correct
#if !HAVE_EBX_AVAILABLE, since all it does is avoid using ebx.

Originally committed as revision 20094 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/dsputil_mmx_avg_template.c
libavcodec/x86/dsputil_mmx_rnd_template.c