[FFmpeg-devel] [PATCH 4/7] doc/examples: add libswresample in the libraries.

Clément Bœsch ubitux at gmail.com
Thu May 10 00:01:31 CEST 2012


It is required for audio filtering.
---
 doc/examples/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 992d10e..f00c23a 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,6 +3,7 @@ FFMPEG_LIBS=    libavdevice                        \
                 libavformat                        \
                 libavfilter                        \
                 libavcodec                         \
+                libswresample                      \
                 libswscale                         \
                 libavutil                          \
 
-- 
1.7.10.1



More information about the ffmpeg-devel mailing list