FFmpeg/PACKAGE-README.md
2024-08-06 12:50:54 +02:00

43 lines
772 B
Markdown

# libffmpeg - 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 `libffmpeg` in your project, add the following `depends`
value to your `manifest`, adjusting the version constraint as appropriate:
```
depends: libffmpeg ^<VERSION>
```
Then import the library in your `buildfile`:
```
import libs = libffmpeg%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.libffmpeg.<VARIABLE> ?= false
```
<DESCRIPTION-OF-CONFIG-VARIABLES>