[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 30 18:48:19 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227726

--- Comment #38 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Apr 30 18:48:05 UTC 2018
New revision: 468737
URL: https://svnweb.freebsd.org/changeset/ports/468737

Log:
  audio/aubio: unbreak with ffmpeg 4.0

  ../src/io/source_avcodec.c:262:35: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
    s->output = (smpl_t *)av_malloc(AUBIO_AVCODEC_MAX_BUFFER_SIZE *
sizeof(smpl_t));
                                    ^
  ../src/io/source_avcodec.c:61:39: note: expanded from macro
'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
   #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
                                         ^
  ../src/io/source_avcodec.c:360:25: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
    int max_out_samples = AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channels;
                          ^
  ../src/io/source_avcodec.c:61:39: note: expanded from macro
'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
   #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
                                         ^
  ../src/io/source_avcodec.c:434:21: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
    max_out_samples = AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channels;
                      ^
  ../src/io/source_avcodec.c:61:39: note: expanded from macro
'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
   #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
                                         ^

  PR:           227726
  Reported by:  antoine (via exp-run)
  Obtained from:        upstream

Changes:
  head/audio/aubio/Makefile
  head/audio/aubio/distinfo

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list