mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
bluez: Add pragma based workaround for GStreamer warnings
This commit is contained in:
parent
afa8560345
commit
31fe375174
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "gstpragma.h"
|
||||
#include "gsta2dpsink.h"
|
||||
|
||||
GType gst_avdtp_sink_get_type (void);
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "ipc.h"
|
||||
#include "rtp.h"
|
||||
|
||||
#include "gstpragma.h"
|
||||
#include "gstavdtpsink.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (avdtp_sink_debug);
|
||||
|
|
Loading…
Reference in a new issue