squeezelite: add gpio support

This commit is contained in:
Adam Stephens 2022-08-11 01:12:32 +00:00
parent 34ee0beee8
commit 029c0a9288
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation {
EXECUTABLE = binName;
OPTS = [ "-DLINKALL" ]
OPTS = [ "-DLINKALL" "-DGPIO" ]
++ optional dsdSupport "-DDSD"
++ optional (!faad2Support) "-DNO_FAAD"
++ optional ffmpegSupport "-DFFMPEG"