mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
autoplug doesn't depend on gnome anymore.
Original commit message from CVS: autoplug doesn't depend on gnome anymore.
This commit is contained in:
parent
0b77ebb8b0
commit
e68e6b8a64
2 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@ else
|
|||
GST_LOADSAVE_DIRS = xml typefind
|
||||
endif
|
||||
|
||||
SUBDIRS = $(GST_LOADSAVE_DIRS) \
|
||||
SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread plugins mixer cutter
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
DIST_SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread xml plugins typefind mixer cutter
|
||||
|
|
|
@ -4,12 +4,12 @@ else
|
|||
GST_LOADSAVE_DIRS = xml typefind
|
||||
endif
|
||||
|
||||
SUBDIRS = $(GST_LOADSAVE_DIRS) \
|
||||
SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread plugins mixer cutter
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
DIST_SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread xml plugins typefind mixer cutter
|
||||
|
|
Loading…
Reference in a new issue