mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
uncomment it in the DIRS to avoid errors
Original commit message from CVS: uncomment it in the DIRS to avoid errors
This commit is contained in:
parent
d040af01db
commit
48c32ac434
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : refcounting threads bytestream cleanup
|
# FIXME : refcounting threads bytestream cleanup
|
||||||
SUBDIRS = caps plugin elements dynparams
|
SUBDIRS = caps plugin elements ## dynparams
|
||||||
|
|
||||||
testprogs = test_gst_init
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : refcounting threads bytestream cleanup
|
# FIXME : refcounting threads bytestream cleanup
|
||||||
SUBDIRS = caps plugin elements dynparams
|
SUBDIRS = caps plugin elements ## dynparams
|
||||||
|
|
||||||
testprogs = test_gst_init
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
|
|
@ -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