Gentoo Archives: gentoo-alt

From: Dirk Tilger <dirk@××××××.de>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: ffmpeg - os x 10.5
Date: Tue, 08 Apr 2008 19:41:00
Message-Id: ftghnr$q9l$1@ger.gmane.org
In Reply to: [gentoo-alt] ffmpeg - os x 10.5 by alejo d
1 On 2008-01-02, alejo d <alejoduque@×××××.com> wrote:
2 > hi all, first email here, i will like to find a way to compile ffmpeg
3 > from the prefix so far i have installed many other things succesfully
4 > but been unable to get ffmpeg, the ./configure step is even blind to
5 > libtheora and libogg and apart from that it just fails like this:
6 >
7 > (any advice appreciated)
8
9 Just had the same problem. Inside the config files they activate
10 MMX/SSE[1-3] support if you're on X86, but assume some linkage behaviour
11 that's not found on Darwin.
12
13 I checked a modified version into the prefix-users overlay.
14
15 >>>> Emerging (1 of 1) media-video/ffmpeg-0.4.9_p20070616-r2 to /
16 > * ffmpeg-0.4.9-p20070616.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
17 > * checking ebuild checksums ;-) ... [ ok ]
18 > * checking auxfile checksums ;-) ... [ ok ]
19 > * checking miscfile checksums ;-) ... [ ok ]
20 > * checking ffmpeg-0.4.9-p20070616.tar.bz2 ;-) ... [ ok ]
21 >>>> Unpacking source...
22 >>>> Unpacking ffmpeg-0.4.9-p20070616.tar.bz2 to
23 > /Users/ad/Gentoo/var/tmp/portage/media-video/ffmpeg-0.4.9_p20070616-r2/work
24 > * Applying ffmpeg-libdir-2007.patch ...
25 >  [ ok ]
26 > * Applying ffmpeg-shared-gcc4.1.patch ...
27 >  [ ok ]
28 >>>> Source unpacked.
29 >>>> Compiling source in
30 > /Users/ad/Gentoo/var/tmp/portage/media-video/ffmpeg-0.4.9_p20070616-r2/work/ffmpeg
31 > ...
32 > install prefix /Users/ad/Gentoo/usr
33 > source path
34 > /Users/ad/Gentoo/var/tmp/portage/media-video/ffmpeg-0.4.9_p20070616-r2/work/ffmpeg
35 > C compiler i686-apple-darwin9-gcc
36 > make make
37 > .align is power-of-two yes
38 > ARCH x86_32 (generic)
39 > big-endian no
40 > MMX enabled yes
41 ^^^^^^^^^^^
42
43 Disabling this should have helped, but didn't.
44
45 > ld: warning codegen in _sad8_xy2_mmx2 (offset 0x0000001B) prevents
46 > image from loading in dyld shared cache
47 > ld: warning codegen in _sad16_xy2_mmx2 (offset 0x00000023) prevents
48 > image from loading in dyld shared cache
49 > ld: warning codegen in _sad16_xy2_mmx2 (offset 0x0000007D) prevents
50 > image from loading in dyld shared cache
51 > ld: absolute addressing (perhaps -mdynamic-no-pic) used in
52 > _put_mpeg4_qpel16_h_lowpass_mmx2 from i386/dsputil_mmx.o not allowed
53 > in slidable image
54 > collect2: ld returned 1 exit status
55
56 Here you see some indication of it.
57
58 Dirk.
59
60 --
61 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Re: ffmpeg - os x 10.5 Fabian Groffen <grobian@g.o>