From 52ec4a646dbb6532870b8610d24c44419f80bf2a Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 1 Mar 2012 12:19:32 +0100 Subject: [PATCH] fix .cprojet update ms2 for better audio devices handling on macosx --- .cproject | 85 +++++++++++++++++++++++++------------------------- .project | 4 +-- Makefile.am | 2 +- configure.ac | 4 +-- mediastreamer2 | 2 +- 5 files changed, 48 insertions(+), 49 deletions(-) diff --git a/.cproject b/.cproject index 5398df79..23392095 100644 --- a/.cproject +++ b/.cproject @@ -22,7 +22,7 @@ - + @@ -40,48 +40,6 @@ - - - - make - - all - true - true - true - - - make - install - true - false - true - - - make - install - true - true - true - - - make - - all - true - true - true - - - make - - all - true - true - true - - - @@ -248,6 +206,47 @@ + + + + make + all + true + true + true + + + make + CFLAGS="-g" + install + true + true + true + + + make + CFLAGS="-g" + install + true + true + true + + + make + all + true + true + true + + + make + all + true + true + true + + + diff --git a/.project b/.project index fb926842..b8aa010f 100644 --- a/.project +++ b/.project @@ -23,7 +23,7 @@ org.eclipse.cdt.make.core.buildArguments - + CFLAGS="-g" org.eclipse.cdt.make.core.buildCommand @@ -59,7 +59,7 @@ org.eclipse.cdt.make.core.useDefaultBuildCmd - true + false diff --git a/Makefile.am b/Makefile.am index 922bb8c5..5be271da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -229,4 +229,4 @@ clean-local: rm -rf $(BUNDLEDIR) discovery: touch specs.cpp - $(CC) $(CFLAGS) $(ANTLR_CFLAGS) $(CUNIT_CFLAGS) -E -P -v -dD specs.cpp + $(CC) $(CFLAGS) $(MEDIASTREAMER2_CFLAGS) $(ORTP_CFLAGS) -E -P -v -dD specs.cpp diff --git a/configure.ac b/configure.ac index 66b76659..c5db9df8 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ case $target in ios_found=yes ;; x86_64-apple-darwin*|i686-apple-darwin*) - MSPLUGINS_CFLAGS="" + MSPLUGINS_CFLAGS="" dnl use macport installation ACLOCAL_MACOS_FLAGS="-I /opt/local/share/aclocal" build_macos=yes @@ -453,7 +453,7 @@ AC_ARG_ENABLE(strict, STRICT_OPTIONS="-Wall " -if test "$GCC$strictness" = "yesyes" ; then +if test "$strictness" = "yes" ; then STRICT_OPTIONS="$STRICT_OPTIONS -Werror" CFLAGS="$CFLAGS -fno-strict-aliasing" fi diff --git a/mediastreamer2 b/mediastreamer2 index 71140833..d2fdd1ce 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 7114083338b947014bc0a5e111c96018bb1272c2 +Subproject commit d2fdd1ce498fc99b15608be4060dac8aae0168ca -- 2.39.2