Skip to content

Commit

Permalink
ffmpeg addon: add missing dependency on libswresample.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Nov 20, 2015
1 parent 8e1cf55 commit 1941c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/jam/BuildFeatures
Expand Up @@ -238,7 +238,7 @@ if [ IsPackageAvailable mesa_devel ] {
# FFmpeg
if [ IsPackageAvailable ffmpeg_devel ] {
local ffmpegLibs = libavformat.so libavcodec.so libavdevice.so
libavfilter.so libswscale.so libavutil.so ;
libavfilter.so libswscale.so libavutil.so libswresample.so ;

ExtractBuildFeatureArchives ffmpeg :
file: base ffmpeg
Expand Down

0 comments on commit 1941c90

Please sign in to comment.