projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compat: wrap math.h to avoid AIX-specific clashes
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
db591e8
..
e1edbe6
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3049,6
+3049,9
@@
enabled spic && enable_weak pic
# OS specific
case $target_os in
+ aix)
+ add_cppflags '-I\$(SRC_PATH)/compat/aix'
+ ;;
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"