From 1a4ad8377d573bd23bd6b5408274377fa549600f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 27 Nov 2005 16:27:20 +0000 Subject: [PATCH] gst-libs/gst/: remove silly include Original commit message from CVS: * gst-libs/gst/net/Makefile.am: * gst-libs/gst/rtp/Makefile.am: * gst-libs/gst/tag/Makefile.am: remove silly include * gst/tags/Makefile.am: * gst/tags/gsttagediting.c: * gst/tags/gsttageditingprivate.h: * gst/tags/tagedit.vcproj: remove directory, is as good as empty --- ChangeLog | 12 +++ gst-libs/gst/net/Makefile.am | 3 +- gst-libs/gst/netbuffer/Makefile.am | 3 +- gst-libs/gst/rtp/Makefile.am | 3 +- gst-libs/gst/tag/Makefile.am | 2 +- gst/tags/Makefile.am | 8 -- gst/tags/gsttagediting.c | 44 ----------- gst/tags/gsttageditingprivate.h | 41 ---------- gst/tags/tagedit.vcproj | 154 ------------------------------------- 9 files changed, 16 insertions(+), 254 deletions(-) delete mode 100644 gst/tags/Makefile.am delete mode 100644 gst/tags/gsttagediting.c delete mode 100644 gst/tags/gsttageditingprivate.h delete mode 100644 gst/tags/tagedit.vcproj diff --git a/ChangeLog b/ChangeLog index cab0e2d..80df005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2005-11-27 Thomas Vander Stichele + * gst-libs/gst/net/Makefile.am: + * gst-libs/gst/rtp/Makefile.am: + * gst-libs/gst/tag/Makefile.am: + remove silly include + * gst/tags/Makefile.am: + * gst/tags/gsttagediting.c: + * gst/tags/gsttageditingprivate.h: + * gst/tags/tagedit.vcproj: + remove directory, is as good as empty + +2005-11-27 Thomas Vander Stichele + * configure.ac: added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS * gst-libs/Makefile.am: diff --git a/gst-libs/gst/net/Makefile.am b/gst-libs/gst/net/Makefile.am index 0822f9a..be0dcdc 100644 --- a/gst-libs/gst/net/Makefile.am +++ b/gst-libs/gst/net/Makefile.am @@ -5,7 +5,6 @@ libgstnetinclude_HEADERS = gstnetbuffer.h lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c -# FIXME: what is that include doing here ??? -libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags +libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) diff --git a/gst-libs/gst/netbuffer/Makefile.am b/gst-libs/gst/netbuffer/Makefile.am index 0822f9a..be0dcdc 100644 --- a/gst-libs/gst/netbuffer/Makefile.am +++ b/gst-libs/gst/netbuffer/Makefile.am @@ -5,7 +5,6 @@ libgstnetinclude_HEADERS = gstnetbuffer.h lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c -# FIXME: what is that include doing here ??? -libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags +libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) diff --git a/gst-libs/gst/rtp/Makefile.am b/gst-libs/gst/rtp/Makefile.am index 77d8d68..ea02606 100644 --- a/gst-libs/gst/rtp/Makefile.am +++ b/gst-libs/gst/rtp/Makefile.am @@ -10,7 +10,6 @@ libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \ gstbasertppayload.c \ gstbasertpdepayload.c -# FIXME: what is that include doing here ? -libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags +libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) libgstrtp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am index 8e62e5a..721fb62 100644 --- a/gst-libs/gst/tag/Makefile.am +++ b/gst-libs/gst/tag/Makefile.am @@ -7,7 +7,7 @@ libgsttaginclude_HEADERS = \ lib_LTLIBRARIES = libgsttag-@GST_MAJORMINOR@.la libgsttag_@GST_MAJORMINOR@_la_SOURCES = gstvorbistag.c gstid3tag.c -libgsttag_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags +libgsttag_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) libgsttag_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) libgsttag_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) diff --git a/gst/tags/Makefile.am b/gst/tags/Makefile.am deleted file mode 100644 index fbd53d2..0000000 --- a/gst/tags/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -plugin_LTLIBRARIES = libgsttagedit.la - -libgsttagedit_la_SOURCES = gsttagediting.c -libgsttagedit_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags -libgsttagedit_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgsttagedit_la_LIBADD = $(GST_LIBS) - -noinst_HEADERS = gsttageditingprivate.h diff --git a/gst/tags/gsttagediting.c b/gst/tags/gsttagediting.c deleted file mode 100644 index 8ed7d4b..0000000 --- a/gst/tags/gsttagediting.c +++ /dev/null @@ -1,44 +0,0 @@ -/* GStreamer - * Copyright (C) 2003 Benjamin Otte - * - * gsttagediting.c: tag editing plugin - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#include "gsttageditingprivate.h" -#include - -static gboolean -plugin_init (GstPlugin * plugin) -{ - if (!gst_element_register (plugin, "vorbistag", - GST_RANK_PRIMARY, gst_vorbis_tag_get_type ())) { - return FALSE; - } - - return TRUE; -} - -GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, - GST_VERSION_MINOR, - "gsttags", - "elements for manipulating data from ogg streams", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/gst/tags/gsttageditingprivate.h b/gst/tags/gsttageditingprivate.h deleted file mode 100644 index 04ae4f8..0000000 --- a/gst/tags/gsttageditingprivate.h +++ /dev/null @@ -1,41 +0,0 @@ -/* GStreamer - * Copyright (C) 2003 Benjamin Otte - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - - -#ifndef __GST_TAG_EDIT_PRIVATE_H__ -#define __GST_TAG_EDIT_PRIVATE_H__ - -#include - -G_BEGIN_DECLS - - -typedef struct _GstTagEntryMatch GstTagEntryMatch; -struct _GstTagEntryMatch { - gchar * gstreamer_tag; - gchar * original_tag; -}; - - -GType gst_vorbis_tag_get_type (void); - - -G_END_DECLS - -#endif /* __GST_TAG_EDIT_PRIVATE_H__ */ diff --git a/gst/tags/tagedit.vcproj b/gst/tags/tagedit.vcproj deleted file mode 100644 index 274527d..0000000 --- a/gst/tags/tagedit.vcproj +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.7.4