mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
ios/tutorials/2: add missing -lc++ linking argument
It's present in all the other tutorials performing more than just gst_init(); gst_deinit();
This commit is contained in:
parent
44aa11886e
commit
1c18e4586b
1 changed files with 2 additions and 0 deletions
|
@ -1068,6 +1068,7 @@
|
|||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lresolv",
|
||||
"-lc++",
|
||||
"-framework",
|
||||
CoreFoundation,
|
||||
"-framework",
|
||||
|
@ -1138,6 +1139,7 @@
|
|||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lresolv",
|
||||
"-lc++",
|
||||
"-framework",
|
||||
CoreFoundation,
|
||||
"-framework",
|
||||
|
|
Loading…
Reference in a new issue