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

build instructions.txt « thirdparty - github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d51124299ef940dd408e553d5a6e2d79b4c6420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
opencore-amr:

32-bit:
./configure --enable-static --disable-shared --disable-amrnb-encoder
make

64-bit:
./configure --host=x86_64-w64-mingw32 --enable-static --disable-shared --disable-amrnb-encoder
make

----------------------------------------------
Speex:

32-bit:
./configure --enable-sse --enable-static --disable-shared
make

64-bit:
./configure --host=x86_64-w64-mingw32 --enable-sse --enable-static --disable-shared