mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
9 lines
341 B
Makefile
9 lines
341 B
Makefile
|
plugin_LTLIBRARIES = libgsticydemux.la
|
||
|
|
||
|
libgsticydemux_la_SOURCES = gsticydemux.c
|
||
|
libgsticydemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||
|
libgsticydemux_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(ZLIB_LIBS)
|
||
|
libgsticydemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gsticydemux.h
|