[FFmpeg-cvslog] doc/examples: add libavr to libraries to avoid link failures.
Clément Bœsch
git at videolan.org
Sat May 19 12:32:30 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat May 19 12:28:09 2012 +0200| [7aedfeebfb3e699d0bcf2a374d50d732e9567b74] | committer: Clément Bœsch
doc/examples: add libavr to libraries to avoid link failures.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7aedfeebfb3e699d0bcf2a374d50d732e9567b74
---
doc/examples/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 29afbb2..b95e235 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \
libavformat \
libavfilter \
libavcodec \
+ libavresample \
libswresample \
libswscale \
libavutil \
More information about the ffmpeg-cvslog
mailing list