Skip to content

Commit b030eba

Browse files
committed
Add new CMake options description into README.md
1 parent a920d99 commit b030eba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)