]> git.0d.be Git - barnard.git/blobdiff - cmd/barnard/main.go
change license, update gumbleopenal package name
[barnard.git] / cmd / barnard / main.go
index 8b6b022718656f43434d8f62c11aaf978a740576..37a7baa9ffb0c5176ed62f3c0eaeb18018a6c59e 100644 (file)
@@ -10,7 +10,7 @@ import (
        "github.com/layeh/barnard/uiterm"
        "github.com/layeh/gumble/gumble"
        "github.com/layeh/gumble/gumbleutil"
-       "github.com/layeh/gumble/gumble_openal"
+       "github.com/layeh/gumble/gumbleopenal"
        _ "github.com/layeh/gumble/opus"
 )
 
@@ -50,7 +50,7 @@ func main() {
        if os.Getenv("ALSOFT_LOGLEVEL") == "" {
                os.Setenv("ALSOFT_LOGLEVEL", "0")
        }
-       if stream, err := gumble_openal.New(b.Client); err != nil {
+       if stream, err := gumbleopenal.New(b.Client); err != nil {
                fmt.Fprintf(os.Stderr, "%s\n", err)
                os.Exit(1)
        } else {