Skip to content
Snippets Groups Projects
Commit d9c09d76 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

add tsvdec element to build

parent 68389418
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
plugin_LTLIBRARIES = libgstlaldebug.la
libgstlaldebug_la_SOURCES = \
gstlaldebugplugin.c
gstlaldebugplugin.c \
tsvdec.h tsvdec.c
libgstlaldebug_la_CFLAGS = $(AM_CFLAGS) $(gstreamer_CFLAGS)
libgstlaldebug_la_LIBADD =
libgstlaldebug_la_LDFLAGS = $(AM_LDFLAGS) $(gstreamer_LIBS) $(GSTLAL_PLUGIN_LDFLAGS)
......@@ -41,6 +41,7 @@
*/
#include <tsvdec.h>
/*
......@@ -58,6 +59,7 @@ static gboolean plugin_init(GstPlugin *plugin)
const gchar *name;
GType type;
} *element, elements[] = {
{"tsvdec", GSTLAL_TSVDEC_TYPE},
{NULL, 0},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment