squeezelite: add gpio support
This commit is contained in:
parent
34ee0beee8
commit
029c0a9288
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ stdenv.mkDerivation {
|
|||
|
||||
EXECUTABLE = binName;
|
||||
|
||||
OPTS = [ "-DLINKALL" ]
|
||||
OPTS = [ "-DLINKALL" "-DGPIO" ]
|
||||
++ optional dsdSupport "-DDSD"
|
||||
++ optional (!faad2Support) "-DNO_FAAD"
|
||||
++ optional ffmpegSupport "-DFFMPEG"
|
||||
|
|
Loading…
Reference in a new issue