summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jsteffens@make.tv>2019-01-14 14:29:07 +0100
committerJan Alexander Steffens (heftig) <jsteffens@make.tv>2019-01-14 16:01:40 +0100
commit7a01e9a8cb01fdc55c636cce4d60068547a9afb1 (patch)
tree954b21bd58c182f9c75bc70406509cc51cfb0e1e /ext
parent484291b1b406a77c465ae9621e9d8cfc5825f9cc (diff)
downloadgstreamer-plugins-bad-7a01e9a8cb01fdc55c636cce4d60068547a9afb1.tar.gz
srt: Fix autotools build
0a350c610dab54dcdf55b45a0293fff048d24bb3 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
Diffstat (limited to 'ext')
-rw-r--r--ext/srt/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/srt/Makefile.am b/ext/srt/Makefile.am
index 069f0ecfe..dfacb070f 100644
--- a/ext/srt/Makefile.am
+++ b/ext/srt/Makefile.am
@@ -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 = \