doc/examples: add libavr to libraries to avoid link failures.

This commit is contained in:
Clément Bœsch 2012-05-19 12:28:09 +02:00
parent eb945ab484
commit 7aedfeebfb

View File

@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \
libavformat \
libavfilter \
libavcodec \
libavresample \
libswresample \
libswscale \
libavutil \