File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ Refer to CMake documentation for more details that can cover some special cases.
118118- ` AV_ENABLE_SHARED ` - Bool, enable shared library build, On by default.
119119- ` AV_BUILD_EXAMPLES ` - Bool, enable examples build, On by default.
120120- ` AV_BUILD_TESTS ` - Bool, enable tests build, On by default.
121+ - ` AV_DISABLE_AVFORMAT ` - Bool, disable livavformat usage. libavformat enabled by default. As dependency disables libavfilter and libavdevice.
122+ - ` AV_DISABLE_AVFILTER ` - Bool, disable libavfilter usage. libavfilter enabled by default. As dependency disables libavdevice.
123+ - ` AV_DISABLE_AVDEVICE ` - Bool, disable libavdevice usage. libavdevice enabled by default.
121124- C++ related
122125 - ` CMAKE_CXX_STANDARD ` - Can be defined globally to override default C++ version. C++17 required at least.
123126- FFmpeg related:
You can’t perform that action at this time.
0 commit comments