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 7f39e32 commit 010d34fCopy full SHA for 010d34f
.github/workflows/c-cpp.yml
@@ -1,4 +1,4 @@
1
-name: C/C++ Build CI
+name: Project Build CI
2
3
on:
4
push:
CMakeLists.txt
@@ -1,3 +1,5 @@
+# Use cmake -G "Mingw Makefiles" before using Cmake on windows with g++ (mingw) compiler
+
cmake_minimum_required(VERSION 3.12)
project(ffmpeg-coder VERSION 1.0.0)
5
message("FFMPEG CODER BUILD PROCESS")
0 commit comments