Commit a9472d1a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

auhal: Don't include hard ass headers.

parent ace833f3
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
#include <vlc_dialog.h> #include <vlc_dialog.h>
#include <vlc_aout.h> #include <vlc_aout.h>
// By pass part of header which compile with some warnings,
// and that we don't require.
#define __MACHINEEXCEPTIONS__
#include <CoreAudio/CoreAudio.h> #include <CoreAudio/CoreAudio.h>
#include <AudioUnit/AudioUnitProperties.h> #include <AudioUnit/AudioUnitProperties.h>
#include <AudioUnit/AudioUnitParameters.h> #include <AudioUnit/AudioUnitParameters.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment