mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
d02e7d8029
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
10 lines
382 B
Makefile
10 lines
382 B
Makefile
# FIXME 0.11: element should move somewhere else really, such as
|
|
# gst-plugins-good/gst/tags/ or so
|
|
plugin_LTLIBRARIES = libgstxingmux.la
|
|
|
|
libgstxingmux_la_SOURCES = plugin.c gstxingmux.c
|
|
libgstxingmux_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstxingmux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstxingmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstxingmux.h
|