mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
elements test dir
Original commit message from CVS: elements test dir
This commit is contained in:
parent
4ff8db1f47
commit
d3ef105676
2 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
|
SUBDIRS = caps plugin elements
|
||||||
|
|
||||||
testprogs = test_gst_init
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
|
||||||
CFLAGS = $(GST_CFLAGS)
|
CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
||||||
# FIXME : refcounting threadds
|
# FIXME : refcounting threadds
|
||||||
DIST_SUBDIRS = caps plugin bytestream cleanup
|
DIST_SUBDIRS = caps plugin bytestream cleanup elements
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : refcounting threads bytestream cleanup
|
# FIXME : refcounting threads bytestream cleanup
|
||||||
SUBDIRS = caps plugin
|
SUBDIRS = caps plugin elements
|
||||||
|
|
||||||
testprogs = test_gst_init
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
|
||||||
CFLAGS = $(GST_CFLAGS)
|
CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
||||||
# FIXME : refcounting threadds
|
# FIXME : refcounting threadds
|
||||||
DIST_SUBDIRS = caps plugin bytestream cleanup
|
DIST_SUBDIRS = caps plugin bytestream cleanup elements
|
||||||
|
|
Loading…
Reference in a new issue