mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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 <string.h>
|
||||||
|
|
||||||
|
#include "gstpragma.h"
|
||||||
#include "gstsbcutil.h"
|
#include "gstsbcutil.h"
|
||||||
#include "gstsbcdec.h"
|
#include "gstsbcdec.h"
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "gstpragma.h"
|
||||||
#include "gstsbcutil.h"
|
#include "gstsbcutil.h"
|
||||||
#include "gstsbcenc.h"
|
#include "gstsbcenc.h"
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "gstpragma.h"
|
||||||
#include "gstsbcutil.h"
|
#include "gstsbcutil.h"
|
||||||
#include "gstsbcparse.h"
|
#include "gstsbcparse.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue