summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-06-12 19:36:11 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-06-12 19:36:11 +0000
commit823e63b7058ecdce11b6e91008c94c288b9b4eba (patch)
tree1730d8686a21bdc5cb43d2588a934441f7c1523e /gst/qtdemux/Makefile.am
parent87d6f6575ae7d18f47965d754e3aabe1f7e8ad93 (diff)
downloadgst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.tar.gz
gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.tar.bz2
gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.zip
Move qtdemux to -good.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst/qtdemux/Makefile.am: * gst/qtdemux/gstrtpxqtdepay.c: * gst/qtdemux/gstrtpxqtdepay.h: * gst/qtdemux/qtdemux.c: * gst/qtdemux/qtdemux.h: * gst/qtdemux/qtdemux.vcproj: * gst/qtdemux/qtdemux_dump.c: * gst/qtdemux/qtdemux_dump.h: * gst/qtdemux/qtdemux_fourcc.h: * gst/qtdemux/qtdemux_types.c: * gst/qtdemux/qtdemux_types.h: * gst/qtdemux/qtpalette.h: * gst/qtdemux/quicktime.c: * win32/MANIFEST: * win32/vs6/libgstqtdemux.dsp: Move qtdemux to -good. * gst-plugins-bad.spec.in: Update spec file to reflect wavpack & qtdemux moving to -good.
Diffstat (limited to 'gst/qtdemux/Makefile.am')
-rw-r--r--gst/qtdemux/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/gst/qtdemux/Makefile.am b/gst/qtdemux/Makefile.am
deleted file mode 100644
index 2c4aa52a..00000000
--- a/gst/qtdemux/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-
-plugin_LTLIBRARIES = libgstqtdemux.la
-
-libgstqtdemux_la_CFLAGS = ${GST_CFLAGS} $(GST_PLUGINS_BASE_CFLAGS)
-libgstqtdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(ZLIB_LIBS) \
- -lgstrtp-@GST_MAJORMINOR@
-libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
-libgstqtdemux_la_SOURCES = quicktime.c gstrtpxqtdepay.c qtdemux.c qtdemux_types.c qtdemux_dump.c
-
-noinst_HEADERS = \
- qtdemux.h \
- qtdemux_types.h \
- qtdemux_dump.h \
- qtdemux_fourcc.h \
- qtpalette.h \
- gstrtpxqtdepay.h