]> Sergey Matveev's repositories - go-opus.git/commit
Update import path to pkg-config style
authorHraban Luyat <hraban@0brg.net>
Tue, 28 Feb 2017 00:56:11 +0000 (00:56 +0000)
committerHraban Luyat <hraban@0brg.net>
Tue, 28 Feb 2017 00:56:50 +0000 (00:56 +0000)
commit6c08ee0d19cf82b15b9e365384685fa4a714779b
tree950d3b010770a6938d6d692f9f037f39ce84df47
parentbac75aac1de06306f784508b2cbbd6057038e4c7
Update import path to pkg-config style

pkg-config --cflags always puts you in the opus/ directory where opus.h
directly lives. No need to prefix with opus/. That just happened to work
because it was symlinked into /usr/include/opus, but we don't need to
rely on that now that we're using pkg-config.

Based on Tobias Wellnitz's comment (hraban/opus#12)
decoder.go
encoder.go
errors.go
opus.go