diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-07-27 11:17:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-07-27 11:17:39 +0000 |
commit | 966265bc883a9873a63bd58eca18ed865893f2db (patch) | |
tree | f2cd6215b0acbc02bf2594c3d7b8b098f069415d /configure | |
parent | bfd2edeb91890a96817bbc80162cde614a772a3a (diff) | |
download | ffmpeg-966265bc883a9873a63bd58eca18ed865893f2db.tar.gz |
PIC for ia64
Originally committed as revision 4481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1134,7 +1134,7 @@ fi if test "$lshared" = "yes" ; then # LIBOBJFLAGS may have already been set in the OS configuration if test -z "$LIBOBJFLAGS" ; then - if test "$cpu" = "x86_64" ; then + if test "$cpu" = "x86_64" -o "$cpu" = "ia64" ; then LIBOBJFLAGS="\$(PIC)" fi fi |