mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
ext/Makefile.am: Add apexsink to SUBDIRS. Fixes bug #555912.
Original commit message from CVS: * ext/Makefile.am: Add apexsink to SUBDIRS. Fixes bug #555912.
This commit is contained in:
parent
d84cc78819
commit
77041e7412
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-12 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/Makefile.am:
|
||||
Add apexsink to SUBDIRS. Fixes bug #555912.
|
||||
|
||||
2008-10-11 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* tests/check/pipelines/metadata.c:
|
||||
|
|
|
@ -10,6 +10,12 @@ else
|
|||
AMRWB_DIR =
|
||||
endif
|
||||
|
||||
if USE_APEXSINK
|
||||
APEXSINK_DIR = apexsink
|
||||
else
|
||||
APEXSINK_DIR =
|
||||
endif
|
||||
|
||||
# if USE_ARTS
|
||||
# ARTS_DIR=arts
|
||||
# else
|
||||
|
@ -315,6 +321,7 @@ endif
|
|||
SUBDIRS=\
|
||||
$(ALSASPDIF_DIR) \
|
||||
$(AMRWB_DIR) \
|
||||
$(APEXSINK_DIR) \
|
||||
$(ARTS_DIR) \
|
||||
$(ARTSC_DIR) \
|
||||
$(AUDIOFILE_DIR) \
|
||||
|
|
Loading…
Reference in a new issue