mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
971fc55f6d
Original commit message from CVS: new RealMedia demuxing element. Not really working yet
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
|
|
|