[FFmpeg-user] Failure building ffmpeg 3.6.0 for i386 on OSX

Tom Finegan tomfinegan at google.com
Thu Aug 25 00:17:59 CEST 2011


On Wed, Aug 24, 2011 at 16:00, Ted Berg <tberg at vivox.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I am trying to build ffmpeg 6.3.0 with VP8 support on OSX 10.6.6 with
> Xcode 3.2.5 for the i386 architecture.
>
> The ffmpeg configure phase fails with the error "ERROR: libvpx not
> found", but the real issue is that libvpx.a is built for i386 only.
> The ffmpeg build does not appear to support the i386 architecture,
> instead building only x86_64.
>
> Is this the case, or am I doing something wrong?  If it is the case,
> is there a workaround?
>
> Ted
>
> VPX sources
>
> http://code.google.com/p/webm/downloads/detail?name=libvpx-v0.9.7-p1.tar.bz2&can=2&q=
>
>
If you really need i386 this isn't going to help...

Is there any reason why you cannot rebuild libvpx from sources?  I think
libvpx will default to the x86_64 target you need if configure is run
without arguments.  If not, you probably just need:

/path/to/libvpx/configure --target=x86_64-darwin10-gcc

Then the usual make/sudo make install will work (or tell ffmpeg where to
look at configure time, if you don't want to install).

Tom


> VPX/ffmpeg patch
>
> http://code.google.com/p/webm/downloads/detail?name=ffmpeg-0.6.3_libvpx-v0.9.5-135-gc28b10a-3.diff.gz&can=2&q=
>
> ffmpeg sources
> http://ffmpeg.org/releases/ffmpeg-0.6.3.tar.bz2
>
> - --
> ID: 0x9AAE10A5              Keyserver: pool.sks-keyservers.net
> Fingerprint: E79C 8FB2 D41D FCA3 410D 3D11 B5BD 5130 9AAE 10A5
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJOVVhtAAoJELW9UTCarhClvqsH/A/G+4m19s9459fPVS2qYpDZ
> REGa1yYymnlUu3fKS/QPZnOnFmIkm9HeegnF9pmE36OWKW9uodi9pIfLgOMWTRNm
> fMaiLW6vT+j9qY4EdU8RhoZzjY5MG4i1WOs2p4Z2mLEab6EhxhRg7w4XdWKdyDrq
> y7mktUOmgFX6jxvYiZGGeSBaYTHpKDFuT9i+CYz9o8fKUD/hO6tF67amnu059j9j
> 1mD6yjXkd/r+DzUg21azZ+hLHy1ulqcINd706C0nsjy/qP8AgINxtjNeKXtCANsE
> GQ9uiSkntTEHE7NLXlhJGb2IIgIVBZ9MC8HBOwWF8AcPEQYx/CDToCTaIXAL0hU=
> =BGoY
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
>


More information about the ffmpeg-user mailing list