diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-19 12:28:09 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-19 12:28:48 +0200 |
commit | 7aedfeebfb3e699d0bcf2a374d50d732e9567b74 (patch) | |
tree | 9a5b8f1fa14377e879d9e86eea8437c91a7c8024 /doc/examples | |
parent | eb945ab484f76783bbe0fc0e1feb531fb01b9f25 (diff) | |
download | ffmpeg-7aedfeebfb3e699d0bcf2a374d50d732e9567b74.tar.gz |
doc/examples: add libavr to libraries to avoid link failures.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 29afbb2440..b95e235507 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -3,6 +3,7 @@ FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ libavcodec \ + libavresample \ libswresample \ libswscale \ libavutil \ |