mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
fix for autoplug removal
Original commit message from CVS: fix for autoplug removal
This commit is contained in:
parent
ac4b32fef1
commit
65f0bd8f69
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ else
|
|||
ALSA_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS=autoplug spider $(ALSA_DIR) #seeking
|
||||
DIST_SUBDIRS=autoplug spider alsa
|
||||
SUBDIRS=spider $(ALSA_DIR) #seeking
|
||||
DIST_SUBDIRS=spider alsa
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ else
|
|||
ALSA_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS=autoplug spider $(ALSA_DIR) #seeking
|
||||
DIST_SUBDIRS=autoplug spider alsa
|
||||
SUBDIRS=spider $(ALSA_DIR) #seeking
|
||||
DIST_SUBDIRS=spider alsa
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue