mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
11 lines
313 B
Makefile
11 lines
313 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmplex.la
|
|
|
|
libgstmplex_la_SOURCES = gstmplex.cc
|
|
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/ext/mplex/
|
|
libgstmplex_la_LIBADD = $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
|
|
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmplex.h
|
|
|
|
|