mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
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.
This commit is contained in:
parent
0915b531bc
commit
f803e0dc0e
2
configure
vendored
2
configure
vendored
@ -3392,6 +3392,8 @@ enabled spic && enable_weak pic
|
||||
|
||||
# OS specific
|
||||
case $target_os in
|
||||
aix)
|
||||
;;
|
||||
haiku)
|
||||
prefix_default="/boot/common"
|
||||
network_extralibs="-lnetwork"
|
||||
|
Loading…
x
Reference in New Issue
Block a user