[FFmpeg-trac] #3649(avutil:new): Solaris Intel static libraries required AMD 3D NOW even though the CPU doesn't support

FFmpeg trac at avcodec.org
Wed Jun 18 07:52:10 CEST 2014


#3649: Solaris Intel static libraries required AMD 3D NOW even though the CPU
doesn't support
---------------------------------------+----------------------------------
             Reporter:  bmitchel       |                    Owner:
                 Type:  defect         |                   Status:  new
             Priority:  minor          |                Component:  avutil
              Version:  2.2.1          |               Resolution:
             Keywords:  solaris intel  |               Blocked By:
             Blocking:                 |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+----------------------------------

Comment (by bmitchel):

 No dice with GCC at the moment.

 {{{
 gmake
 CC      libavutil/file_open.o
 libavutil/file_open.c: In function 'av_fopen_utf8':
 libavutil/file_open.c:128:5: error: implicit declaration of function
 'fdopen' [-Werror=implicit-function-declaration]
      return fdopen(fd, mode);
      ^
 libavutil/file_open.c:128:5: warning: return makes pointer from integer
 without a cast
 cc1: some warnings being treated as errors
 gmake: *** [libavutil/file_open.o] Error 1

 }}}

 gcc version:
 {{{
 barney(bradm) gcc -v
 Reading specs from /opt/csw/lib/gcc/i386-pc-solaris2.10/4.9.0/specs
 COLLECT_GCC=gcc
 COLLECT_LTO_WRAPPER=/opt/csw/libexec/gcc/i386-pc-solaris2.10/4.9.0/lto-
 wrapper
 Target: i386-pc-solaris2.10
 Configured with:
 /home/maciej/src/opencsw/pkg/gcc4/trunk/work/solaris10-i386/build-isa-
 pentium_pro/gcc-4.9.0/configure --prefix=/opt/csw --exec_prefix=/opt/csw
 --bindir=/opt/csw/bin --sbindir=/opt/csw/sbin
 --libexecdir=/opt/csw/libexec --datadir=/opt/csw/share
 --sysconfdir=/etc/opt/csw --sharedstatedir=/opt/csw/share
 --localstatedir=/var/opt/csw --libdir=/opt/csw/lib
 --infodir=/opt/csw/share/info --includedir=/opt/csw/include
 --mandir=/opt/csw/share/man --enable-cloog-backend=isl --enable-java-
 awt=xlib --enable-languages=ada,c,c++,fortran,go,java,objc --enable-libada
 --enable-libssp --enable-nls --enable-objc-gc --enable-threads=posix
 --program-suffix=-4.9 --with-cloog=/opt/csw --with-gmp=/opt/csw --with-
 included-gettext --with-ld=/usr/ccs/bin/ld --without-gnu-ld --with-
 libiconv-prefix=/opt/csw --with-mpfr=/opt/csw --with-ppl=/opt/csw --with-
 system-zlib=/opt/csw --with-gnu-as --with-as=/opt/csw/bin/gas
 Thread model: posix
 gcc version 4.9.0 (GCC)
 }}}

 Enforcing some standard perhaps?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3649#comment:13>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list