mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
plenty: fixup glib deprecations
This commit is contained in:
parent
3cb98f2674
commit
fdb5c79b8b
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ libgstopus_la_SOURCES = gstopus.c gstopusdec.c gstopusenc.c gstopusparse.c gstop
|
||||||
libgstopus_la_CFLAGS = \
|
libgstopus_la_CFLAGS = \
|
||||||
-DGST_USE_UNSTABLE_API \
|
-DGST_USE_UNSTABLE_API \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
$(OPUS_CFLAGS)
|
$(OPUS_CFLAGS)
|
||||||
libgstopus_la_LIBADD = \
|
libgstopus_la_LIBADD = \
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
#include <gst/gsttagsetter.h>
|
#include <gst/gsttagsetter.h>
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
|
#include <gst/glib-compat-private.h>
|
||||||
#include "gstopusheader.h"
|
#include "gstopusheader.h"
|
||||||
#include "gstopuscommon.h"
|
#include "gstopuscommon.h"
|
||||||
#include "gstopusenc.h"
|
#include "gstopusenc.h"
|
||||||
|
|
Loading…
Reference in a new issue