mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
14 lines
377 B
Makefile
14 lines
377 B
Makefile
plugin_LTLIBRARIES = libgstsubenc.la
|
|
|
|
libgstsubenc_la_SOURCES = \
|
|
gstsrtenc.c \
|
|
gstsubenc.c \
|
|
gstwebvttenc.c
|
|
libgstsubenc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstsubenc_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstsubenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstsubenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstsrtenc.h \
|
|
gstwebvttenc.h
|