You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
341 B
27 lines
341 B
15 years ago
|
|
||
|
if include_OGG
|
||
|
DECOGGDIR = ogg
|
||
|
endif
|
||
|
|
||
|
if include_MP3
|
||
|
DECMP3DIR = mp3
|
||
|
endif
|
||
|
|
||
|
if include_FLAC
|
||
|
DECFLACDIR = flac
|
||
|
endif
|
||
|
|
||
|
if include_AIFF
|
||
|
DECAIFFDIR = libsndfile
|
||
|
endif
|
||
|
|
||
|
if include_FFMPEG
|
||
|
FFMPEGDIR = ffmpeg
|
||
|
endif
|
||
|
|
||
|
if include_MPC
|
||
|
MPCDIR = musepack
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = wave $(DECOGGDIR) $(DECMP3DIR) $(DECFLACDIR) $(DECAIFFDIR) $(FFMPEGDIR) $(MPCDIR)
|