properly support weak_linking AVKit when compiling under 10.9 + SDK, even when deployment can be lower, removing QTKit

This commit is contained in:
Stefan Csomor
2017-06-08 10:37:58 +02:00
parent 7453cfcbb6
commit 85a24fd4db
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@@ -35447,7 +35447,7 @@ main ()
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
GST_LIBS="$GST_LIBS -framework AVKit"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
GST_LIBS="$GST_LIBS -weak_framework AVKit"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5