mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
trying to get arts in
Original commit message from CVS: trying to get arts in
This commit is contained in:
parent
aa8fa44a3c
commit
087aec5962
1 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,18 @@ else
|
|||
ALSA_DIR=
|
||||
endif
|
||||
|
||||
if USE_ARTS
|
||||
ARTS_DIR=arts
|
||||
else
|
||||
ARTS_DIR=
|
||||
endif
|
||||
|
||||
if USE_ARTSD
|
||||
ARTSD_DIR=artsd
|
||||
else
|
||||
ARTSD_DIR=
|
||||
endif
|
||||
|
||||
if USE_AUDIOFILE
|
||||
AUDIOFILE_DIR=audiofile
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue