diff --git a/configure b/configure
index 9394f7a..3cb1c10 100755
|
a
|
b
|
check_header_oc(){
|
| 963 | 963 | shift |
| 964 | 964 | disable_safe $header |
| 965 | 965 | { |
| | 966 | #undef __GNUC_STDC_INLINE__ |
| 966 | 967 | echo "#include <$header>" |
| 967 | 968 | echo "int main(void) { return 0; }" |
| 968 | 969 | } | check_oc && check_stat "$TMPO" && enable_safe $headers |
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m
index 2fa1e65..e290062 100644
|
a
|
b
|
|
| 25 | 25 | * @author Thilo Borgmann <thilo.borgmann@mail.de> |
| 26 | 26 | */ |
| 27 | 27 | |
| | 28 | #undef __GNUC_STDC_INLINE__ |
| 28 | 29 | #import <AVFoundation/AVFoundation.h> |
| 29 | 30 | #include <pthread.h> |
| 30 | 31 | |
diff --git a/libavdevice/qtkit.m b/libavdevice/qtkit.m
index aa8fa16..7e32aba 100644
|
a
|
b
|
|
| 25 | 25 | * @author Vadim Kalinsky <vadim@kalinsky.ru> |
| 26 | 26 | */ |
| 27 | 27 | |
| | 28 | #undef __GNUC_STDC_INLINE__ |
| 28 | 29 | #import <QTKit/QTKit.h> |
| 29 | 30 | #include <pthread.h> |
| 30 | 31 | |