From 452927d4d5c4c055dbd82572f99b88df9c5511f4 Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 14 Sep 2018 20:45:41 +0200 Subject: [PATCH] travis CI alsa try 3 --- ports/linux/pcm_alsa.go | 2 +- ports/linux/sample_alsa.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/linux/pcm_alsa.go b/ports/linux/pcm_alsa.go index c3a7add..a8ea0f9 100644 --- a/ports/linux/pcm_alsa.go +++ b/ports/linux/pcm_alsa.go @@ -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" // diff --git a/ports/linux/sample_alsa.go b/ports/linux/sample_alsa.go index a7e9d38..1cada3b 100644 --- a/ports/linux/sample_alsa.go +++ b/ports/linux/sample_alsa.go @@ -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"