mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +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)
|
||||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
## check_PROGRAMS = $(testprogs)
|
||||
|
||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
||||
|
|
|
@ -2,7 +2,7 @@ testprogs = dparamstest
|
|||
|
||||
TESTS = $(testprogs)
|
||||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
## check_PROGRAMS = $(testprogs)
|
||||
|
||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
||||
|
|
Loading…
Reference in a new issue