do CVS surgery and related build fixery to move elements and indexers in a new gstreamer/plugins directory, out of th...

Original commit message from CVS:

* Makefile.am:
* configure.ac:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
* plugins/elements/gstidentity.c:
* plugins/indexers/Makefile.am:
do CVS surgery and related build fixery to move elements
and indexers in a new gstreamer/plugins directory, out of the
gst/ directory
This commit is contained in:
Thomas Vander Stichele 2005-11-29 18:00:15 +00:00
parent 41f439b0a1
commit 249e792b7f
10 changed files with 26 additions and 12 deletions

View file

@ -1,3 +1,17 @@
2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* Makefile.am:
* configure.ac:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
* plugins/elements/gstidentity.c:
* plugins/indexers/Makefile.am:
do CVS surgery and related build fixery to move elements
and indexers in a new gstreamer/plugins directory, out of the
gst/ directory
2005-11-29 Andy Wingo <wingo@pobox.com> 2005-11-29 Andy Wingo <wingo@pobox.com>
* check/Makefile.am: * check/Makefile.am:

View file

@ -33,7 +33,7 @@ aclocaldir = $(datadir)/aclocal
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
SUBDIRS = \ SUBDIRS = \
gst libs tools \ gst libs plugins tools \
$(SUBDIRS_CHECK) \ $(SUBDIRS_CHECK) \
$(SUBDIRS_TESTS) \ $(SUBDIRS_TESTS) \
$(SUBDIRS_EXAMPLES) \ $(SUBDIRS_EXAMPLES) \
@ -43,7 +43,7 @@ SUBDIRS = \
# These are all the possible subdirs # These are all the possible subdirs
DIST_SUBDIRS = \ DIST_SUBDIRS = \
gst libs tools \ gst libs plugins tools \
check \ check \
tests testsuite \ tests testsuite \
examples \ examples \

View file

@ -475,14 +475,15 @@ gst/gstconfig.h
gst/gstversion.h gst/gstversion.h
gst/base/Makefile gst/base/Makefile
gst/check/Makefile gst/check/Makefile
gst/indexers/Makefile
gst/net/Makefile gst/net/Makefile
gst/elements/Makefile
gst/parse/Makefile gst/parse/Makefile
libs/Makefile libs/Makefile
libs/gst/Makefile libs/gst/Makefile
libs/gst/controller/Makefile libs/gst/controller/Makefile
libs/gst/dataprotocol/Makefile libs/gst/dataprotocol/Makefile
plugins/Makefile
plugins/indexers/Makefile
plugins/elements/Makefile
po/Makefile.in po/Makefile.in
check/Makefile check/Makefile
tests/Makefile tests/Makefile

View file

@ -27,9 +27,6 @@ network connections also need a protocol to do this.
#GstBuffer, #GstCaps, #GstEvent #GstBuffer, #GstCaps, #GstEvent
</para> </para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### ENUM GstDPHeaderFlag ##### --> <!-- ##### ENUM GstDPHeaderFlag ##### -->
<para> <para>

View file

@ -12,7 +12,7 @@ else
GSTFDSRC = GSTFDSRC =
endif endif
libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la libgstelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
libgstelements_la_SOURCES = \ libgstelements_la_SOURCES = \
gstbufferstore.c \ gstbufferstore.c \
gstcapsfilter.c \ gstcapsfilter.c \

View file

@ -24,7 +24,7 @@
#include "config.h" #include "config.h"
#endif #endif
#include "../gst-i18n-lib.h" #include "../../gst/gst-i18n-lib.h"
#include <gst/gst.h> #include <gst/gst.h>
#include <gst/base/gstbasetransform.h> #include <gst/base/gstbasetransform.h>

View file

@ -31,7 +31,7 @@
# include "config.h" # include "config.h"
#endif #endif
#include "../gst-i18n-lib.h" #include "../../gst/gst-i18n-lib.h"
#include <gst/gst.h> #include <gst/gst.h>
#include <errno.h> #include <errno.h>

View file

@ -55,7 +55,7 @@
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include "../gst-i18n-lib.h" #include "../../gst/gst-i18n-lib.h"
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src", static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC, GST_PAD_SRC,

View file

@ -28,7 +28,7 @@
# include "config.h" # include "config.h"
#endif #endif
#include "../gst-i18n-lib.h" #include "../../gst/gst-i18n-lib.h"
#include "gstidentity.h" #include "gstidentity.h"
#include <gst/gstmarshal.h> #include <gst/gstmarshal.h>

View file

@ -10,6 +10,8 @@ if HAVE_MMAP
else else
GST_LOADSAVE_SRC = GST_LOADSAVE_SRC =
endif endif
libgstindexers_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC) libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS) libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
libgstindexers_la_LIBADD = $(GST_OBJ_LIBS) libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)