[FFmpeg-user] Problem linking libvidstab on OSX

Andrew Sinclair ajsinclair at gmail.com
Fri Jan 31 01:50:57 CET 2014


Thanks for the pointer and most appreciated, must have been user error on
my git pull :(

Working fine now


On 30 January 2014 18:06, Moritz Barsnick <barsnick at gmx.net> wrote:

> 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
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list