mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
This commit is contained in:
parent
220a9ff102
commit
0d6602eaaf
2 changed files with 1 additions and 2 deletions
sys/osxaudio
|
@ -46,7 +46,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include "gstosxaudioelement.h"
|
||||
|
||||
static void
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <gst/audio/multichannel.h>
|
||||
#include "gstosxcoreaudio.h"
|
||||
#include <gst/audio/multichannel.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue