mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
conformity
Original commit message from CVS: conformity
This commit is contained in:
parent
2c00b0594d
commit
57df009f45
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
|||
plugindir = $(libdir)/gst
|
||||
|
||||
plugin_LTLIBRARIES = libqtdemux.la
|
||||
plugin_LTLIBRARIES = libgstqtdemux.la
|
||||
|
||||
libqtdemux_la_CFLAGS = ${GST_CFLAGS}
|
||||
libqtdemux_la_LIBADD =
|
||||
libqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||||
|
||||
libqtdemux_la_SOURCES = qtdemux.c
|
||||
libgstqtdemux_la_CFLAGS = ${GST_CFLAGS}
|
||||
libgstqtdemux_la_LIBADD =
|
||||
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||||
libgstqtdemux_la_SOURCES = qtdemux.c
|
||||
|
||||
noinst_HEADERS = qtdemux.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue