[FFmpeg-user] Building ffmpeg with vid.stab on Mac OS 10.8 anyone?
Moritz Barsnick
barsnick at gmx.net
Wed May 1 16:19:57 CEST 2013
Hi Robert,
On Wed, May 01, 2013 at 15:34:22 +0200, Robert Krüger wrote:
> I am trying to build ffmpeg with vid.stab support. I installed vid.stab
> from git head and then configured ffmpeg from current head with
>
> ./configure --enable-gpl --enable-libvidstab
>From my experience on Linux with building and using a "local" (i.e.
with non-default location) libvidstab, ffmpeg's configure seems to
desire pkg-config for finding libvidstab. This may or may not be unlike
with other libraries.
So please check whether
a) you have /usr/local/lib/pkgconfig/libvidstab.pc, and
b) pkg-config by default also searches /usr/local/lib/pkgconfig .
If b) does not apply, you might want to set the environment variable
PKG_CONFIG_PATH to point to /usr/local/lib/pkgconfig .
Oh, another thought: Does ffmpeg search /usr/local? But as I mentioned,
vid.stab support seems to require pkg-config.
Just guessing,
Moritz
More information about the ffmpeg-user
mailing list