squeezelite: Remove codec auto configuration 8355/head
authorRobert Högberg <robert.hogberg@gmail.com>
Mon, 4 Mar 2019 22:53:35 +0000 (23:53 +0100)
committerRobert Högberg <robert.hogberg@gmail.com>
Tue, 2 Jul 2019 08:01:35 +0000 (10:01 +0200)
commit95dedb70f67c83b952ef4f70f9de1ef68a53fab0
tree76f7c8d60d188b7c1ea3ed72864250c22c0193a3
parentc414edf63fbb1012d7d92757eacd6d3f40c54289
squeezelite: Remove codec auto configuration

.. because it's confusing and doesn't seem to add any value.

The "auto configuration" looks for installed codec libraries and tells
squeezelite (through command line arguments) to exclude codec support if a
required library is missing.

If you have installed squeezelite-full, then all required codec libraries
are automatically installed as dependencies and the squeezelite binary won't
even run if there are missing libraries - ie the "auto configuration" will
always find all codecs and never disable any codecs. Toggling "auto
configuration" makes no difference and the setting is just confusing.

If you install squeezelite-mini the "auto configuration" can work, but
library checks are already done by dlopen() calls in squeezelite and codecs
are disabled if the necessary libraries are not found - ie the "auto
configuration" duplicates the library checks of squeezelite itself.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
sound/squeezelite/Makefile
sound/squeezelite/files/squeezelite.conf
sound/squeezelite/files/squeezelite.init