diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-22 18:45:50 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-22 18:45:50 +0000 |
commit | f8e8932e9235ae1b9e1be49f33526c065e92dc14 (patch) | |
tree | a29535e2fcf69a54e4029fabfb0313a239645897 /doc/filters.texi | |
parent | 283fb76d3d6eef1337ed493eae25fc0fc3752ce7 (diff) | |
download | ffmpeg-f8e8932e9235ae1b9e1be49f33526c065e92dc14.tar.gz |
doc/filters: mention configure option for ladspa
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 75f7943bfb..4319eec70e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1404,6 +1404,8 @@ out Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin. +To enable compilation of this filter you need to configure FFmpeg with "--enable-ladspa". + @table @option @item file, f Specifies the name of LADSPA plugin library to load. If the environment |