mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
57df009f45
Original commit message from CVS: conformity
12 lines
269 B
Makefile
12 lines
269 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstqtdemux.la
|
|
|
|
libgstqtdemux_la_CFLAGS = ${GST_CFLAGS}
|
|
libgstqtdemux_la_LIBADD =
|
|
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
|
libgstqtdemux_la_SOURCES = qtdemux.c
|
|
|
|
noinst_HEADERS = qtdemux.h
|
|
|
|
EXTRA_DIST = README
|