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

readme-opus.txt « thirdparty - github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 677a9794179ecc3c5ef9e9f6f9783706671d1e27 (plain)
1
2
3
4
5
6
7
8
9
10
libopus build instructions
---------------------------

x86:
./configure --enable-static
make

x64:
./configure --enable-static --host=x86_64-w64-mingw32
make