mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
6482bb020b
Original commit message from CVS: Rewrote to use gstadapter and extract properties from header packets to pass downstream to decoders.
10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
|
plugin_LTLIBRARIES = libgstrmdemux.la
|
|
|
|
libgstrmdemux_la_SOURCES = rmdemux.c
|
|
|
|
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
|
|
|
|
noinst_HEADERS = rmdemux.h
|
|
|