diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-09 23:45:16 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-12 19:58:44 +0200 |
commit | be062de9d41bc60b7cd93200451c121388e0e97f (patch) | |
tree | 84bb8b867dc8e327a1279f046533d38d6ac6347e /doc | |
parent | 55e5f105d3174fdb60e25c0342d5b55353c38ae1 (diff) | |
download | ffmpeg-be062de9d41bc60b7cd93200451c121388e0e97f.tar.gz |
doc/examples: add libswresample in the libraries.
It is required for audio filtering.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 13c5f52742..29afbb2440 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ libavcodec \ + libswresample \ libswscale \ libavutil \ |