mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
41f439b0a1
commit
249e792b7f
10 changed files with 26 additions and 12 deletions
14
ChangeLog
14
ChangeLog
|
@ -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>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -33,7 +33,7 @@ aclocaldir = $(datadir)/aclocal
|
|||
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
||||
|
||||
SUBDIRS = \
|
||||
gst libs tools \
|
||||
gst libs plugins tools \
|
||||
$(SUBDIRS_CHECK) \
|
||||
$(SUBDIRS_TESTS) \
|
||||
$(SUBDIRS_EXAMPLES) \
|
||||
|
@ -43,7 +43,7 @@ SUBDIRS = \
|
|||
|
||||
# These are all the possible subdirs
|
||||
DIST_SUBDIRS = \
|
||||
gst libs tools \
|
||||
gst libs plugins tools \
|
||||
check \
|
||||
tests testsuite \
|
||||
examples \
|
||||
|
|
|
@ -475,14 +475,15 @@ gst/gstconfig.h
|
|||
gst/gstversion.h
|
||||
gst/base/Makefile
|
||||
gst/check/Makefile
|
||||
gst/indexers/Makefile
|
||||
gst/net/Makefile
|
||||
gst/elements/Makefile
|
||||
gst/parse/Makefile
|
||||
libs/Makefile
|
||||
libs/gst/Makefile
|
||||
libs/gst/controller/Makefile
|
||||
libs/gst/dataprotocol/Makefile
|
||||
plugins/Makefile
|
||||
plugins/indexers/Makefile
|
||||
plugins/elements/Makefile
|
||||
po/Makefile.in
|
||||
check/Makefile
|
||||
tests/Makefile
|
||||
|
|
|
@ -27,9 +27,6 @@ network connections also need a protocol to do this.
|
|||
#GstBuffer, #GstCaps, #GstEvent
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GstDPHeaderFlag ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ else
|
|||
GSTFDSRC =
|
||||
endif
|
||||
|
||||
libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstelements_la_SOURCES = \
|
||||
gstbufferstore.c \
|
||||
gstcapsfilter.c \
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "../gst-i18n-lib.h"
|
||||
#include "../../gst/gst-i18n-lib.h"
|
||||
#include <gst/gst.h>
|
||||
#include <gst/base/gstbasetransform.h>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "../gst-i18n-lib.h"
|
||||
#include "../../gst/gst-i18n-lib.h"
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../gst-i18n-lib.h"
|
||||
#include "../../gst/gst-i18n-lib.h"
|
||||
|
||||
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "../gst-i18n-lib.h"
|
||||
#include "../../gst/gst-i18n-lib.h"
|
||||
#include "gstidentity.h"
|
||||
#include <gst/gstmarshal.h>
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ if HAVE_MMAP
|
|||
else
|
||||
GST_LOADSAVE_SRC =
|
||||
endif
|
||||
|
||||
libgstindexers_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
||||
libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)
|
||||
|
|
Loading…
Reference in a new issue