[mythtv] [PATCH] Mac OS X patch 27

Bruce Dillahunty bdillahu at peachbush.com
Mon Sep 6 20:41:13 EDT 2004


Don't know that this one is quite right (at least not against CVS)... I 
had to change libmyth.pro to look kind of like this:

macx {
     SOURCES += audiooutputca.cpp
     SOURCES += screensaver-null.cpp

     # We use HIToolbox from Carbon to hide the menu bar
     QMAKE_CXXFLAGS += 
-F/System/Library/Frameworks/Carbon.framework/Frameworks
     LIBS           += -framework Carbon
     QMAKE_CXXFLAGS += -F/System/Library/Frameworks/CoreAudio.framework
     LIBS           += -framework CoreAudio
     QMAKE_CXXFLAGS += -F/System/Library/Frameworks/AudioUnit.framework
     LIBS           += -framework AudioUnit
}

To get it to compile... maybe that helps somebody.

Bruce

On Sep 6, 2004, at 01:36, Nigel Pearson wrote:

>
> Lexical tidyup of Jeremiah Morris's audio code,
> which has been bulletproof so far:
>
> cvs diff -u libs/libmyth/audiooutput.cpp >../patch.macosx.27
> <patch.macosx.27><audiooutputca.cpp><audiooutputca.h>
>
> --
> Nigel Pearson, nigel at ind.tansu.com.au | "Peacemaking is our profession"
> Telstra BI&D, Sydney, Australia       | Motto of Burpelson Airforce 
> Base
> Office: 8255 4222    Fax:  8255 3153  | Commanded by Gen. Jack D. 
> Ripper
> Mobile: 0408 664435  Home: 9792 6998  |        Dr Strangelove
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list