[FFmpeg-cvslog] doc/examples: add libswresample in the libraries.
Clément Bœsch
git at videolan.org
Sat May 12 19:59:11 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May 9 23:45:16 2012 +0200| [be062de9d41bc60b7cd93200451c121388e0e97f] | committer: Clément Bœsch
doc/examples: add libswresample in the libraries.
It is required for audio filtering.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be062de9d41bc60b7cd93200451c121388e0e97f
---
doc/examples/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 13c5f52..29afbb2 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \
libavformat \
libavfilter \
libavcodec \
+ libswresample \
libswscale \
libavutil \
More information about the ffmpeg-cvslog
mailing list