Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2018 18:48:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-a0j1q3yljd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227726-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227726-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227726

--- Comment #38 from commit-hook@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 =3D (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 =3D AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->cha=
nnels;
                          ^
  ../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 =3D AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channel=
s;
                      ^
  ../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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227726-12827-a0j1q3yljd>