mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
11 lines
357 B
Makefile
11 lines
357 B
Makefile
|
plugin_LTLIBRARIES = libgstsrtenc.la
|
||
|
|
||
|
libgstsrtenc_la_SOURCES = \
|
||
|
gstsrtenc.c
|
||
|
libgstsrtenc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||
|
libgstsrtenc_la_LIBADD = $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS)
|
||
|
libgstsrtenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gstsrtenc.h
|