mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 09:45:27 +00:00
12 lines
234 B
Makefile
12 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
|
||
|
|