Skip to content

Commit

Permalink
travis CI alsa try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wsc1 committed Sep 14, 2018
1 parent 1285d06 commit 452927d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/linux/pcm_alsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"zikichombo.org/sound/sample"
)

// #cgo pkg-config: libasound2-dev
// #cgo pkg-config: alsa
// #cgo LDFLAGS: -lasound
// #include "alsa/asoundlib.h"
//
Expand Down
2 changes: 1 addition & 1 deletion ports/linux/sample_alsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package linux

import "zikichombo.org/sound/sample"

// #cgo pkg-config: libasound2-dev
// #cgo pkg-config: alsa
// #include "alsa/asoundlib.h"
import "C"

Expand Down

0 comments on commit 452927d

Please sign in to comment.