[FFmpeg-user] GCC 5.1: build errors

Moritz Barsnick barsnick at gmx.net
Thu Sep 10 22:47:46 CEST 2015


Hi Harald,

On Thu, Sep 10, 2015 at 22:24:19 +0200, Reindl Harald wrote:
> seems to affect 2.8.0 as well as 2.6.4
> 
> that's on a virtual machine upgraded to Fedora 22
> the same rpm-spec on F21 is fine

Interestingly, rpmfusion for F22 delivers 2.6.4 built with 5.1.1:

[barsnick at paradise ~]$ ffmpeg 
ffmpeg version 2.6.4 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 5.1.1 (GCC) 20150618 (Red Hat 5.1.1-4)
  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
  libavutil      54. 20.100 / 54. 20.100
  libavcodec     56. 26.100 / 56. 26.100
  libavformat    56. 25.101 / 56. 25.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 11.102 /  5. 11.102
  libavresample   2.  1.  0 /  2.  1.  0
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...


> In file included from 
> /home/builduser/rpmbuild/BUILD/ffmpeg-20150910/libavfilter/internal.h:34:0,
>                   from 
> /home/builduser/rpmbuild/BUILD/ffmpeg-20150910/libavfilter/vf_uspp.c:34:
> /home/builduser/rpmbuild/BUILD/ffmpeg-20150910/libavcodec/avcodec.h:3024:35: 
> note: declared here
>       attribute_deprecated AVFrame *coded_frame;
>                                     ^

I think this quote is missing the relevant lines (before) showing the
actual error?

> CC      libavfilter/video.o
> Preprocessed source stored into /tmp/cczIKKt2.out file, please attach 
> this to your bugreport.

Where does this message come from? gcc? So did it throw an internal error?

Moritz


More information about the ffmpeg-user mailing list