We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a5afa commit fd47e68Copy full SHA for fd47e68
build_codecbench.cmd
@@ -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