[FFmpeg-cvslog] Support compilation on aix with gcc.
Carl Eugen Hoyos
git at videolan.org
Sun Jun 30 21:24:27 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Jun 30 13:47:10 2013 +0200| [f803e0dc0e75997ecb696521cd68d8aeb3cdac40] | committer: Carl Eugen Hoyos
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f803e0dc0e75997ecb696521cd68d8aeb3cdac40
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 32473a9..dbb6672 100755
--- a/configure
+++ b/configure
@@ -3392,6 +3392,8 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
+ aix)
+ ;;
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"
More information about the ffmpeg-cvslog
mailing list