mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
37fe79eef2
Original commit message from CVS: Remove redundant plugindir definition
11 lines
243 B
Makefile
11 lines
243 B
Makefile
|
|
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
|