mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
df9edcd583
Original commit message from CVS: * ext/amrnb/Makefile.am: * gst/realmedia/Makefile.am: fix silly Makefile.am bug so they link correctly again
9 lines
237 B
Makefile
9 lines
237 B
Makefile
plugin_LTLIBRARIES = libgstrmdemux.la
|
|
|
|
libgstrmdemux_la_SOURCES = rmdemux.c
|
|
|
|
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrmdemux_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = rmdemux.h
|