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.
19 lines
637 B
19 lines
637 B
9 years ago
|
#################################################
|
||
|
#
|
||
|
# (C) 2016 Golubev Alexander
|
||
|
# fatzer2 (AT) gmail.com
|
||
|
#
|
||
|
# Improvements and feedback are welcome
|
||
|
#
|
||
|
# This file is released under GPL >= 2
|
||
|
#
|
||
|
#################################################
|
||
|
|
||
|
add_subdirectory( wave )
|
||
|
tde_conditional_add_subdirectory( WITH_FFMPEG ffmpeg )
|
||
|
tde_conditional_add_subdirectory( WITH_FLAC flac )
|
||
|
tde_conditional_add_subdirectory( WITH_SNDFILE libsndfile )
|
||
|
tde_conditional_add_subdirectory( WITH_MAD mp3 )
|
||
|
tde_conditional_add_subdirectory( WITH_MUSEPACK musepack )
|
||
|
tde_conditional_add_subdirectory( WITH_VORBIS ogg )
|