tsdemux: fix glib deprecation
This commit is contained in:
parent
39bad1d6ca
commit
adc947e127
@ -24,6 +24,11 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
|
||||
* with newer GLib versions (>= 2.31.0) */
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#include "mpegtspacketizer.h"
|
||||
#include "gstmpegdesc.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user