From 7390fca8b26fdc3eb033fa4d969d68bde9ee401f Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 29 Oct 2013 15:44:39 +0100 Subject: [PATCH] fix clang warnings One can't be fixed: linker complaining about -pthread. This comes from .la files installed by macports. Meanwhile, it is necessary to use --disable-strict on macos until macport moves to clang. --- README.macos | 2 +- mediastreamer2 | 2 +- oRTP | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.macos b/README.macos index b69843be1..87817ac54 100644 --- a/README.macos +++ b/README.macos @@ -77,7 +77,7 @@ The softwares below need to be compiled manually. To ensure compatibility with m Then or otherwise, do: - $ ./configure --prefix=/opt/local --with-readline=/opt/local --disable-x11 --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp && make + $ ./configure --prefix=/opt/local --with-readline=/opt/local --disable-x11 --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp --disable-strict && make Install to /opt/local diff --git a/mediastreamer2 b/mediastreamer2 index a10500648..e7483d24d 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit a1050064829f616835ce23f3ed538d10f3456fd5 +Subproject commit e7483d24d6fb0823b0d72157fa3112104c6ddada diff --git a/oRTP b/oRTP index e96c55df4..120e58e2c 160000 --- a/oRTP +++ b/oRTP @@ -1 +1 @@ -Subproject commit e96c55df4436db74656d5feedf3e8fd12adb74e4 +Subproject commit 120e58e2c12d608ecb7a2f0c4ae91768cb1862a0