diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-13 14:51:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-13 14:51:01 +0000 |
commit | fd50d80bfb7567ecd5c081214a96351fca2c5453 (patch) | |
tree | 718695fd6d997954b2eeb332f0ac89581af6d4c1 /gst | |
parent | ce0d08083883b7b8c7a681413bef1d902f152fdc (diff) | |
download | gst-plugins-bad-fd50d80bfb7567ecd5c081214a96351fca2c5453.tar.gz gst-plugins-bad-fd50d80bfb7567ecd5c081214a96351fca2c5453.tar.bz2 gst-plugins-bad-fd50d80bfb7567ecd5c081214a96351fca2c5453.zip |
conformity
Original commit message from CVS:
conformity
Diffstat (limited to 'gst')
-rw-r--r-- | gst/qtdemux/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/qtdemux/Makefile.am b/gst/qtdemux/Makefile.am index b6ba8070..9e682edc 100644 --- a/gst/qtdemux/Makefile.am +++ b/gst/qtdemux/Makefile.am @@ -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 |