# ffmpeg - A C++ library This is a `build2` package for the [``](https://) C++ library. It provides . ## Usage To start using `ffmpeg` in your project, add the following `depends` value to your `manifest`, adjusting the version constraint as appropriate: ``` depends: ffmpeg ^ ``` Then import the library in your `buildfile`: ``` import libs = ffmpeg%lib{} ``` ## Importable targets This package provides the following importable targets: ``` lib{} ``` ## Configuration variables This package provides the following configuration variables: ``` [bool] config.ffmpeg. ?= false ```