|
@@ -114,6 +114,16 @@ config BR2_PACKAGE_MPD_FLAC
|
|
Enable flac input/streaming support.
|
|
Enable flac input/streaming support.
|
|
Select this if you want to play back FLAC files.
|
|
Select this if you want to play back FLAC files.
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_MPD_FLUIDSYNTH
|
|
|
|
+ bool "fluidsynth"
|
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
|
+ select BR2_PACKAGE_FLUIDSYNTH
|
|
|
|
+ help
|
|
|
|
+ Enable fluidsynth MIDI decoder support.
|
|
|
|
+
|
|
|
|
+comment "fluidsynth support needs a toolchain w/ dynamic library"
|
|
|
|
+ depends on BR2_STATIC_LIBS
|
|
|
|
+
|
|
config BR2_PACKAGE_MPD_LIBSNDFILE
|
|
config BR2_PACKAGE_MPD_LIBSNDFILE
|
|
bool "libsndfile"
|
|
bool "libsndfile"
|
|
select BR2_PACKAGE_LIBSNDFILE
|
|
select BR2_PACKAGE_LIBSNDFILE
|