From ef3291fe3635e887ccde432e9a8f6c82f7e2673f Mon Sep 17 00:00:00 2001
From: selvan
Date: Sat, 15 Jun 2019 13:39:01 +0530
Subject: [PATCH] Fix: Install dependencies for Mac OS (#57)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 60fb574d..557fd6c5 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Install dependencies
apt-get install -y pkg-config libvpx-dev libopus-dev libopusfile-dev
# MacOS
-brew install libvpx pkg-config libopus libopusfile
+brew install libvpx pkg-config opus opusfile
# Windows
... not tested yet ...