srt: Fix autotools build

0a350c610d broke the build by only
building enum types with meson. It also removed gstsrt.c from the list
of sources, causing the plugin to fail to load.

squash! srt: Fix autotools build
This commit is contained in:
Jan Alexander Steffens (heftig) 2019-01-14 14:29:07 +01:00
parent 484291b1b4
commit 7a01e9a8cb
No known key found for this signature in database
GPG key ID: DE5E0C5F25941CA5

View file

@ -1,6 +1,7 @@
plugin_LTLIBRARIES = libgstsrt.la
libgstsrt_la_SOURCES = \
gstsrt.c \
gstsrtobject.c \
gstsrtsink.c \
gstsrtsrc.c \
@ -23,6 +24,14 @@ libgstsrt_la_LIBADD = \
libgstsrt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
glib_enum_headers=gstsrt-enums.h
glib_enum_define=GST_SRT
glib_gen_prefix=gst_srt
glib_gen_basename=gstsrt
BUILT_SOURCES = gstsrt-enumtypes.c gstsrt-enumtypes.h
nodist_libgstsrt_la_SOURCES = $(BUILT_SOURCES)
CLEANFILES = $(BUILT_SOURCES)
noinst_HEADERS = \