mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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=
|
ALSA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_ARTS
|
||||||
|
ARTS_DIR=arts
|
||||||
|
else
|
||||||
|
ARTS_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
|
if USE_ARTSD
|
||||||
|
ARTSD_DIR=artsd
|
||||||
|
else
|
||||||
|
ARTSD_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_AUDIOFILE
|
if USE_AUDIOFILE
|
||||||
AUDIOFILE_DIR=audiofile
|
AUDIOFILE_DIR=audiofile
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue