osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
authorJosep Torra <n770galaxy@gmail.com>
Sun, 10 Mar 2013 17:17:17 +0000 (17:17 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Apr 2013 06:41:34 +0000 (08:41 +0200)
sys/osxaudio/gstosxaudioelement.c
sys/osxaudio/gstosxcoreaudiocommon.h

index 5429324c25986bfbdf6023b20987c33dd82f3722..ec87ce47aa431c3ba83e1021dcfa658f53fcb124 100644 (file)
@@ -46,7 +46,6 @@
  *
  */
 
-#include <gst/gst.h>
 #include "gstosxaudioelement.h"
 
 static void
index f644757e43dbd50dce83e5071387526007fbfed3..7b6a53db239d996a4714b0160f674b7efa416704 100644 (file)
@@ -21,8 +21,8 @@
  *
  */
 
-#include <gst/audio/multichannel.h>
 #include "gstosxcoreaudio.h"
+#include <gst/audio/multichannel.h>
 
 typedef struct
 {