1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00

doc/examples: add libswresample in the libraries.

It is required for audio filtering.
This commit is contained in:
Clément Bœsch 2012-05-09 23:45:16 +02:00
parent 55e5f105d3
commit be062de9d4

View File

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