mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tools: Moving playlist from examples and making it installable
It is now called ges-launch
This commit is contained in:
parent
7e978db455
commit
a408905e72
5 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
SUBDIRS = ges tests common m4 docs
|
SUBDIRS = ges tests tools common m4 docs
|
||||||
|
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
|
|
||||||
|
|
|
@ -272,6 +272,7 @@ ges/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
tests/examples/Makefile
|
tests/examples/Makefile
|
||||||
|
tools/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
docs/libs/Makefile
|
docs/libs/Makefile
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
concatenate \
|
concatenate \
|
||||||
playlist \
|
|
||||||
simple1 \
|
simple1 \
|
||||||
test1 \
|
test1 \
|
||||||
test2 \
|
test2 \
|
||||||
|
|
3
tools/Makefile.am
Normal file
3
tools/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin_PROGRAMS = ges-launch
|
||||||
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS)
|
||||||
|
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS)
|
Loading…
Reference in a new issue