Skip to content

Commit fd47e68

Browse files
committed
Added codecbench source
1 parent c4a5afa commit fd47e68

File tree

2 files changed

+918
-0
lines changed

2 files changed

+918
-0
lines changed

build_codecbench.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
i686-w64-mingw32-g++ -Wall codecbench.cpp -o codecbench32.exe -lmsvfw32 -O3 -static -static-libgcc -static-libstdc++ -s
2+
x86_64-w64-mingw32-g++ -Wall codecbench.cpp -o codecbench64.exe -lmsvfw32 -O3 -static -static-libgcc -static-libstdc++ -s

0 commit comments

Comments
 (0)