mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
trying to get arts in
Original commit message from CVS: trying to get arts in
This commit is contained in:
parent
52c9ad318b
commit
573f870cbf
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