Merge pull request #190378 from adamcstephens/squeezelite_gpio
This commit is contained in:
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
|
||||
|
||||
EXECUTABLE = binName;
|
||||
|
||||
OPTS = [ "-DLINKALL" ]
|
||||
OPTS = [ "-DLINKALL" "-DGPIO" ]
|
||||
++ optional dsdSupport "-DDSD"
|
||||
++ optional (!faad2Support) "-DNO_FAAD"
|
||||
++ optional ffmpegSupport "-DFFMPEG"
|
||||
|
||||
Reference in New Issue
Block a user