[FFmpeg-user] Problem with FFMPEG 0.11.1 on Solaris 11
Murray Blakeman
mblakeman at netspace.net.au
Sun Jul 15 07:41:18 CEST 2012
Compiling FFMPEG with the following config line on Solaris 11.
./configure --enable-shared --enable-pthreads --disable-ffserver
--disable-ffplay --enable-postproc
On an Intel Core2 Quad workstation, AMD 3DNow is still being enabled for
the build and the binary/libraries have the following problem.
$ ldd ffmpeg
.....
libavcodec.so.54 => libavcodec/libavcodec.so.54 - hardware
capability (CA_SUNW_HW_1) unsupported: 0x300 [ AMD_3DNowx AMD_3DNow ]
libswscale.so.2 => libswscale/libswscale.so.2 - hardware
capability (CA_SUNW_HW_1) unsupported: 0x100 [ AMD_3DNow ]
libavcodec.so.54 => libavcodec/libavcodec.so.54 - hardware
capability (CA_SUNW_HW_1) unsupported: 0x300 [ AMD_3DNowx AMD_3DNow ]
libavcodec.so.54 => libavcodec/libavcodec.so.54 - hardware
capability (CA_SUNW_HW_1) unsupported: 0x300 [ AMD_3DNowx AMD_3DNow ]
libswscale.so.2 => libswscale/libswscale.so.2 - hardware
capability (CA_SUNW_HW_1) unsupported: 0x100 [ AMD_3DNow ]
libavcodec.so.54 => libavcodec/libavcodec.so.54 - hardware
capability (CA_SUNW_HW_1) unsupported: 0x300 [ AMD_3DNowx AMD_3DNow ]
.....
Is this normal? Is there something I am doing wrong?
Here are some details of my environment.
gcc (GCC) 4.5.2
GNU sed version 4.2.1
GNU Awk 3.1.5
yasm 1.0.1.2326
Thanks for any help.
More information about the ffmpeg-user
mailing list