Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-10 01:45:16 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-12 21:58:44 +0400
commitbe062de9d41bc60b7cd93200451c121388e0e97f (patch)
tree84bb8b867dc8e327a1279f046533d38d6ac6347e /doc/examples
parent55e5f105d3174fdb60e25c0342d5b55353c38ae1 (diff)
doc/examples: add libswresample in the libraries.
It is required for audio filtering.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/Makefile1
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 \