Merge pull request #190378 from adamcstephens/squeezelite_gpio

This commit is contained in:
Sandro
2023-01-23 23:40:16 +01:00
committed by GitHub
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
EXECUTABLE = binName;
OPTS = [ "-DLINKALL" ]
OPTS = [ "-DLINKALL" "-DGPIO" ]
++ optional dsdSupport "-DDSD"
++ optional (!faad2Support) "-DNO_FAAD"
++ optional ffmpegSupport "-DFFMPEG"