mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
goom: use the new audiovisualizer base class
Rebase to have goom using the GstAudioVisualizer base class in gst-plugins-base/gst-libs/gst/pbutils https://bugzilla.gnome.org/show_bug.cgi?id=742875
This commit is contained in:
parent
5c7b051b90
commit
17c17fc369
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ libgstgoom_la_SOURCES = \
|
|||
$(ARCH_FILES)
|
||||
|
||||
libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(ARCH_CFLAGS) $(ORC_CFLAGS)
|
||||
libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(LIBM) $(ORC_LIBS)
|
||||
libgstgoom_la_LIBADD = $(GST_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) $(GST_LIBS) $(LIBM) $(ORC_LIBS)
|
||||
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstgoom_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef __GST_GOOM_H__
|
||||
#define __GST_GOOM_H__
|
||||
|
||||
#include "gstaudiovisualizer.h"
|
||||
#include "gst/pbutils/gstaudiovisualizer.h"
|
||||
#include "goom.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue