mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
plugindir= $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstrmdemux.la
|
|
|
|
libgstrmdemux_la_SOURCES = rmdemux.c
|
|
|
|
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrmdemux_la_LDFLAGS = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = rmdemux.h
|
|
|