Skip to content

Commit

Permalink
gyp: prepare for ALSA support
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Aug 15, 2012
1 parent 8664472 commit 372bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -20,14 +20,14 @@
"sources": [
"src/opus/binding.cc",
"src/audio/portaudio/pa_ringbuffer.c",
"src/audio/platform/mac.c",
"src/audio/unit.cc",
"src/audio/binding.cc",
"src/vock.cc",
],
"conditions": [
["OS=='mac'", {
"libraries": [ "-framework AudioUnit" ],
"sources": [ "src/audio/platform/mac.c" ]
}]
]
}
Expand Down

0 comments on commit 372bea6

Please sign in to comment.