Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/readme-opus.txt')
-rw-r--r--thirdparty/readme-opus.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/readme-opus.txt b/thirdparty/readme-opus.txt
index 2b1623b4..677a9794 100644
--- a/thirdparty/readme-opus.txt
+++ b/thirdparty/readme-opus.txt
@@ -2,9 +2,9 @@ libopus build instructions
---------------------------
x86:
-./configure --disable-stack-protector --enable-static
+./configure --enable-static
make
x64:
-./configure --disable-stack-protector --enable-static --host=x86_64-w64-mingw32
-
+./configure --enable-static --host=x86_64-w64-mingw32
+make