Node.jsでSDLを使ってWAVファイルを再生するサンプルコード
Rev. | c7949e54532e60319165286216997a3da41bc0e9 |
---|---|
Größe | 264 Bytes |
Zeit | 2013-02-16 20:08:40 |
Autor | hylom |
Log Message | fix include directory in binding.gyp
|
{
"targets": [
{
"target_name": "waveplayer",
"sources": [ "waveplayer.cc" ],
"include_dirs": ["/usr/local/include/SDL", "/usr/include/SDL"],
"libraries": [
"<!@(sdl-config --libs)",
"-lSDL_mixer"
]
}
]
}