mpd only working with openal and no mixer still good (#1007)
[termux-packages] / packages / mpd / registry.cxx.patch
1 --- ../cache/MPD-0.20.6/src/output/Registry.cxx 2017-03-10 15:57:59.000000000 +0000
2 +++ ./src/output/Registry.cxx 2017-05-13 03:07:25.443629772 +0000
3 @@ -47,7 +47,7 @@
4 &shout_output_plugin,
5 #endif
6 &null_output_plugin,
7 -#ifdef ANDROID
8 +#if defined(ANDROID) || defined(TERMUX)
9 &sles_output_plugin,
10 #endif
11 #ifdef HAVE_FIFO