mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
141645bc32
Original commit message from CVS: Remove redundant plugindir definition
10 lines
196 B
Makefile
10 lines
196 B
Makefile
|
|
plugin_LTLIBRARIES = libgstrmdemux.la
|
|
|
|
libgstrmdemux_la_SOURCES = rmdemux.c
|
|
|
|
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = rmdemux.h
|
|
|