notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/zoneminder-h264/files/patch-ffmpeg4
SVNWeb

Number of commits found: 2

Wed, 2 May 2018
[ 18:34 jbeich search for other commits by this committer ] Original commit   Revision:468863
multimedia/zoneminder: AVFMT_RAWPICTURE is part of libavformat
[ 18:30 jbeich search for other commits by this committer ] Original commit   Revision:468862
multimedia/zoneminder{,-h264}: unbreak with ffmpeg 4.0

src/zm_mpeg.cpp:243:19: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
      c->flags |= CODEC_FLAG_QSCALE;
                  ^
src/zm_mpeg.cpp:268:19: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
      c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                  ^
src/zm_mpeg.cpp:428:22: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if ( !(of->flags & AVFMT_RAWPICTURE) )
                     ^
src/zm_mpeg.cpp:675:20: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if ( of->flags & AVFMT_RAWPICTURE )
                   ^
src/zm_sdp.cpp:497:38: error: use of undeclared
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2