FFmpeg/PACKAGE-README.md

43 lines
757 B
Markdown
Raw Permalink Normal View History

2024-07-07 23:04:10 +00:00
# ffmpeg - A C++ library
This is a `build2` package for the [`<UPSTREAM-NAME>`](https://<UPSTREAM-URL>)
C++ library. It provides <SUMMARY-OF-FUNCTIONALITY>.
## Usage
To start using `ffmpeg` in your project, add the following `depends`
value to your `manifest`, adjusting the version constraint as appropriate:
```
depends: ffmpeg ^<VERSION>
```
Then import the library in your `buildfile`:
```
import libs = ffmpeg%lib{<TARGET>}
```
## Importable targets
This package provides the following importable targets:
```
lib{<TARGET>}
```
<DESCRIPTION-OF-IMPORTABLE-TARGETS>
## Configuration variables
This package provides the following configuration variables:
```
[bool] config.ffmpeg.<VARIABLE> ?= false
```
<DESCRIPTION-OF-CONFIG-VARIABLES>