This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
AIX: add support for shared builds
Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n2.1
Michael Kostylev
Diego Biurrun
12 years ago
parent
b512360184
commit
80ade7985c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
configure
+ 3
- 0
configure
View File
@@ -3050,7 +3050,10 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
aix)
SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
ar_default='ar -Xany'
;;
haiku)
prefix_default="/boot/common"
Write
Preview
Loading…
Cancel
Save