[FFmpeg-user] Problem linking libvidstab on OSX

Moritz Barsnick barsnick at gmx.net
Thu Jan 30 08:06:52 CET 2014


On Thu, Jan 30, 2014 at 16:23:09 +1100, Andrew Sinclair wrote:
> Undefined symbols for architecture x86_64:
>   "_vsLocalmotions2TransformsSimple", referenced from:
>       _config_input in libavfilter.a(vf_vidstabtransform.o)
> ld: symbol(s) not found for architecture x86_64

Are you sure you did a clean build of your ffmpeg? References to that
function vsLocalmotions2TransformsSimple(), which no longer exists in
vidstab, disappeared from ffmpeg a few weeks ago.

barsnick at sunshine:/usr/new/tools/video/ffmpeg/ffmpeg-build > grep -rFn vsLocalmotions2TransformsSimple .
barsnick at sunshine:/usr/new/tools/video/ffmpeg/ffmpeg-build > grep -rFn vsLocalmotions2Transforms .
./libavfilter/vf_vidstabtransform.c:217:            if (vsLocalmotions2Transforms(td, &mlms, &tc->trans) != VS_OK) {
barsnick at sunshine:/usr/new/tools/video/ffmpeg/ffmpeg-build >

Moritz


More information about the ffmpeg-user mailing list