[MPlayer-users] compile error

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jul 24 17:47:11 CEST 2011


On Sat, Jul 23, 2011 at 05:02:28PM +0000, Zongyao QU wrote:
> OS: Mac OS X 10.7
> compiler: gcc from Xcode 4.1

Which is that?
Is it really gcc, not LLVM?

> Undefined symbols for architecture x86_64:
>   "_MM_FIX_0_707106781", referenced from:
>       _filter in vf_fspp.o
>   "_MM_FIX_0_541196100", referenced from:
>       _filter in vf_fspp.o

Compiler is either not detected as GCC or it fails to
respect __attribute__((used)) and incorrectly removes
these.


More information about the MPlayer-users mailing list