diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-06-30 13:47:10 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-06-30 13:47:45 +0200 |
commit | f803e0dc0e75997ecb696521cd68d8aeb3cdac40 (patch) | |
tree | 34278d485a30f91863280a176572355b594a0eb9 /configure | |
parent | 0915b531bc62440914710d2989813563b0446c5e (diff) | |
download | ffmpeg-f803e0dc0e75997ecb696521cd68d8aeb3cdac40.tar.gz |
Support compilation on aix with gcc.
Shared libraries and the IBM compiler are currently not supported.
"--arch=ppc" has to be passed to configure, uname is not compatible.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3392,6 +3392,8 @@ enabled spic && enable_weak pic # OS specific case $target_os in + aix) + ;; haiku) prefix_default="/boot/common" network_extralibs="-lnetwork" |