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.
23 lines
428 B
23 lines
428 B
if include_ogg_SUBDIR
|
|
TDEFILE_OGG_SUBDIR=ogg
|
|
endif
|
|
|
|
if include_flac_SUBDIR
|
|
TDEFILE_FLAC_SUBDIR=flac
|
|
endif
|
|
|
|
if include_mp3_SUBDIR
|
|
TDEFILE_MP3_SUBDIR=mp3
|
|
endif
|
|
|
|
if include_mpc_SUBDIR
|
|
TDEFILE_MPC_SUBDIR=mpc
|
|
endif
|
|
|
|
if include_theora_SUBDIR
|
|
TDEFILE_THEORA_SUBDIR=theora
|
|
endif
|
|
|
|
SUBDIRS=m3u $(TDEFILE_MP3_SUBDIR) $(TDEFILE_MPC_SUBDIR) au avi mpeg wav sid $(TDEFILE_OGG_SUBDIR) \
|
|
$(TDEFILE_FLAC_SUBDIR) $(TDEFILE_THEORA_SUBDIR)
|