commit 894cde591b3a1b6729a5384b9b70475198023772
parent 895b3a29c5b382f53ee26494676d7b93f7579cdc
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Thu, 28 Oct 2021 11:42:00 +0800
nativeaudio: [macos] actually compile
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/audio_macos.go b/audio_macos.go
@@ -8,7 +8,7 @@ func play(path string) error {
}
// load stub for macOS.
-func load(path string) ([]byte, error) {
+func load(path string) ([]byte, Format, error) {
return FFmpegLoad(path)
}