discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] OSX 10.6 Audio Library Error


From: Ryan Pape
Subject: Re: [Discuss-gnuradio] OSX 10.6 Audio Library Error
Date: Wed, 6 Jul 2011 21:28:37 -0500

Patch worked perfectly.  Thanks for the help!

On Wed, Jul 6, 2011 at 12:08 PM, Michael Dickens <address@hidden> wrote:
After disabling Jack and PortAudio, I see the same issue.  What -were- you thinking, Josh, when you integrated the audio components together?  I think you're secretly biased against OSX :)  JK (really, I am just kidding)!

Tom & Johnathan : Here's the patch code to fix this issue; it replicates what "gr-audio-osx/src/Makefile.am" did.  Do you want me to make a branch, etc., or can I just push it to the master?  I affects only OSX, since it's within an "if GR_AUDIO_OSX_SUPPORT" statement.  I've tested it (admittedly on 10.6 only, but it should work with 10.5 as well). - MLD

diff --git a/gr-audio/lib/Makefile.am b/gr-audio/lib/Makefile.am
index 2bec73f..d1c69f3 100644
--- a/gr-audio/lib/Makefile.am
+++ b/gr-audio/lib/Makefile.am
@@ -122,6 +122,11 @@ if GR_AUDIO_OSX_SUPPORT
 AM_CPPFLAGS += \
       -I$(srcdir)/osx

+libgnuradio_audio_la_LDFLAGS += \
+       -framework AudioUnit    \
+       -framework CoreAudio    \
+       -framework AudioToolbox
+
 libgnuradio_audio_la_SOURCES += \
       osx/audio_osx_source.cc \
       osx/audio_osx_sink.cc


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]