mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
threads back in ?
Original commit message from CVS: threads back in ?
This commit is contained in:
parent
fe6ae5be4c
commit
fd99a84629
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# thomas : removed refcounting for now until it is fixed
|
||||
SUBDIRS = capsnego plugin bytestream
|
||||
SUBDIRS = capsnego plugin bytestream threads
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
|
|||
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
|
||||
|
||||
DIST_SUBDIRS = refcounting capsnego plugin bytestream
|
||||
DIST_SUBDIRS = capsnego plugin bytestream threads
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# thomas : removed refcounting for now until it is fixed
|
||||
SUBDIRS = capsnego plugin bytestream
|
||||
SUBDIRS = capsnego plugin bytestream threads
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
|
|||
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
|
||||
|
||||
DIST_SUBDIRS = refcounting capsnego plugin bytestream
|
||||
DIST_SUBDIRS = capsnego plugin bytestream threads
|
||||
|
|
Loading…
Reference in a new issue