http://bugs.winehq.org/show_bug.cgi?id=11242
Summary: Deprecated functions called in audiounit.c Product: Wine Version: 0.9.53. Platform: Macintosh URL: http://lists.apple.com/archives/coreaudio- api/2007/Aug//msg00073.html OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: minor Priority: P4 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: teloiv@gmail.com
When compiling Wine, It calls on some functions (AUGraphNewNode and AUGraphNewNodeInfo) for coreaudio support in OS X that are deprecated as of Mac OS X 10.5. The function is found in dlls/winecoreaudio.drv/audiounit.c, and the calls are:
audiounit.c: In function ‘SynthUnit_CreateDefaultSynthUnit’: audiounit.c:343: warning: ‘AUGraphNewNode’ is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674) audiounit.c:354: warning: ‘AUGraphNewNode’ is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674) audiounit.c:377: warning: ‘AUGraphGetNodeInfo’ is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:689)
It does not prevent audio from working but may do so in the future.