mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
generate the makefile for dparams testing
Original commit message from CVS: generate the makefile for dparams testing
This commit is contained in:
parent
27894aec7c
commit
0a99d7cafb
5 changed files with 9 additions and 14 deletions
|
@ -399,6 +399,7 @@ testsuite/caps/Makefile
|
|||
testsuite/cleanup/Makefile
|
||||
testsuite/elements/Makefile
|
||||
testsuite/plugin/Makefile
|
||||
testsuite/dynparams/Makefile
|
||||
examples/Makefile
|
||||
examples/autoplug/Makefile
|
||||
examples/helloworld/Makefile
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# FIXME : refcounting threads bytestream cleanup
|
||||
SUBDIRS = caps plugin elements
|
||||
SUBDIRS = caps plugin elements dynparams
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
SUBDIRS =
|
||||
|
||||
testprogs = dparamstest
|
||||
|
||||
TESTS = $(testprogs)
|
||||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
||||
|
||||
dparamstest_SOURCES = dparamstest.c
|
||||
dparamstest_LDFLAGS = -L$(top_builddir)/libs/control/ -lgstcontrol
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS = $(GST_LIBS)
|
||||
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# FIXME : refcounting threads bytestream cleanup
|
||||
SUBDIRS = caps plugin elements
|
||||
SUBDIRS = caps plugin elements dynparams
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
SUBDIRS =
|
||||
|
||||
testprogs = dparamstest
|
||||
|
||||
TESTS = $(testprogs)
|
||||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
||||
|
||||
dparamstest_SOURCES = dparamstest.c
|
||||
dparamstest_LDFLAGS = -L$(top_builddir)/libs/control/ -lgstcontrol
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS = $(GST_LIBS)
|
||||
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue