mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
sbc: Add pragma based workaround for GStreamer warnings
This commit is contained in:
parent
1ddbdc3e7a
commit
df140f7852
3 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstpragma.h"
|
||||
#include "gstsbcutil.h"
|
||||
#include "gstsbcdec.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstpragma.h"
|
||||
#include "gstsbcutil.h"
|
||||
#include "gstsbcenc.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstpragma.h"
|
||||
#include "gstsbcutil.h"
|
||||
#include "gstsbcparse.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue