mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
someone needs to take Build 101
Original commit message from CVS: someone needs to take Build 101
This commit is contained in:
parent
9195d5bf8e
commit
857a7c08b6
2 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ else
|
|||
GST_DEBUG_DIRS = debug
|
||||
endif
|
||||
|
||||
SUBDIRS = bytestream cleanup dynparams \
|
||||
SUBDIRS = bins bytestream cleanup dynparams \
|
||||
caps plugin elements clock refcounting tags threads \
|
||||
indexers debug $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS)
|
||||
|
||||
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \
|
||||
DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \
|
||||
plugin refcounting tags threads parse debug
|
||||
|
||||
tests_pass = test_gst_init
|
||||
|
|
|
@ -13,11 +13,11 @@ else
|
|||
GST_DEBUG_DIRS = debug
|
||||
endif
|
||||
|
||||
SUBDIRS = bytestream cleanup dynparams \
|
||||
SUBDIRS = bins bytestream cleanup dynparams \
|
||||
caps plugin elements clock refcounting tags threads \
|
||||
indexers debug $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS)
|
||||
|
||||
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \
|
||||
DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \
|
||||
plugin refcounting tags threads parse debug
|
||||
|
||||
tests_pass = test_gst_init
|
||||
|
|
Loading…
Reference in a new issue