mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
test program doesn't leave iterate atm, commenting it
Original commit message from CVS: test program doesn't leave iterate atm, commenting it
This commit is contained in:
parent
ce316f5ddc
commit
d040af01db
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ testprogs = dparamstest
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
||||||
check_PROGRAMS = $(testprogs)
|
## check_PROGRAMS = $(testprogs)
|
||||||
|
|
||||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||||
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
||||||
|
|
|
@ -2,7 +2,7 @@ testprogs = dparamstest
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
||||||
check_PROGRAMS = $(testprogs)
|
## check_PROGRAMS = $(testprogs)
|
||||||
|
|
||||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||||
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
||||||
|
|
Loading…
Reference in a new issue