OSDN Git Service

Always add -DPIC to YASM flags when pic is enabled.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 8 Nov 2009 14:50:47 +0000 (14:50 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 8 Nov 2009 14:50:47 +0000 (14:50 +0000)
commita34ebe60e969d6575ff872dc3f2a0b222420463d
tree5efd35d02a576bfad0b9cf79246b4f4525f61e3a
parent609d864611b3950297537457acc088082a05a9b6
Always add -DPIC to YASM flags when pic is enabled.
This covers the previous case of x86_64 and shared, but also
works with --enable-pic.
For 32 bit x86 it currently makes no difference since x86inc.asm
ignores -DPIC for non-x86_64.

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