You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ You can read the full documentation [here](https://h4tr3d.github.io/avcpp/).
27
27
- GCC >= 9.0 (C++17 is required. [See](https://gcc.gnu.org/projects/cxx-status.html#cxx17), GCC from 6.0 may built code, but unchecked)
28
28
- CMake (> 3.19)
29
29
30
-
>
31
30
> [!NOTE]
32
31
> Oldest versions of the FFmpeg (at least >=2.0) may be successfully built and work but is it not checked for now. Same notes valid for the GCC version from 6.0.
33
32
@@ -118,6 +117,7 @@ Refer to CMake documentation for more details that can cover some special cases.
118
117
-`AV_ENABLE_STATIC` - Bool, enable static library build, On by default.
119
118
-`AV_ENABLE_SHARED` - Bool, enable shared library build, On by default.
120
119
-`AV_BUILD_EXAMPLES` - Bool, enable examples build, On by default.
120
+
-`AV_BUILD_TESTS` - Bool, enable tests build, On by default.
121
121
- C++ related
122
122
-`CMAKE_CXX_STANDARD` - Can be defined globally to override default C++ version. C++17 required at least.
0 commit comments