From be062de9d41bc60b7cd93200451c121388e0e97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 9 May 2012 23:45:16 +0200 Subject: [PATCH] doc/examples: add libswresample in the libraries. 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 13c5f52742..29afbb2440 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ libavcodec \ + libswresample \ libswscale \ libavutil \