summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-03-10 18:17:17 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-10 18:22:23 +0100
commitea0b591f4a6248645c7cc519e4dc656d1f509403 (patch)
tree15a918e1167985dde6193bd5e91c4732a3a94655
parentce962f5432f811ebf00732598436838454325572 (diff)
downloadgstreamer-plugins-good-ea0b591f4a6248645c7cc519e4dc656d1f509403.tar.gz
osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
-rw-r--r--sys/osxaudio/gstosxaudioelement.c1
-rw-r--r--sys/osxaudio/gstosxcoreaudiocommon.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/osxaudio/gstosxaudioelement.c b/sys/osxaudio/gstosxaudioelement.c
index a41f4b877..16e8d6ab3 100644
--- a/sys/osxaudio/gstosxaudioelement.c
+++ b/sys/osxaudio/gstosxaudioelement.c
@@ -46,7 +46,6 @@
*
*/
-#include <gst/gst.h>
#include "gstosxaudioelement.h"
static void
diff --git a/sys/osxaudio/gstosxcoreaudiocommon.h b/sys/osxaudio/gstosxcoreaudiocommon.h
index f644757e4..7b6a53db2 100644
--- a/sys/osxaudio/gstosxcoreaudiocommon.h
+++ b/sys/osxaudio/gstosxcoreaudiocommon.h
@@ -21,8 +21,8 @@
*
*/
-#include <gst/audio/multichannel.h>
#include "gstosxcoreaudio.h"
+#include <gst/audio/multichannel.h>
typedef struct
{