From 7aedfeebfb3e699d0bcf2a374d50d732e9567b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com> Date: Sat, 19 May 2012 12:28:09 +0200 Subject: [PATCH] doc/examples: add libavr to libraries to avoid link failures. --- doc/examples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 29afbb2440e..b95e2355076 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ libavcodec \ + libavresample \ libswresample \ libswscale \ libavutil \ -- GitLab