Summary: | media-libs/aubio-0.4.9: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dominique Michel <dominique.c.michel> |
Component: | Current packages | Assignee: | Professional Audio Applications Maintainers <proaudio> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | jstein, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=667754 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 711226 | ||
Attachments: |
build log
environment file emerge --info '=media-libs/aubio-0.4.9::gentoo' |
Created attachment 587152 [details]
environment file
# emerge -pqv '=media-libs/aubio-0.4.9::gentoo' [ebuild R ] media-libs/aubio-0.4.9 USE="examples ffmpeg fftw jack libav* libsamplerate sndfile -doc -double-precision -python -test" PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7" Created attachment 587154 [details]
emerge --info '=media-libs/aubio-0.4.9::gentoo'
Is this an issue with -libav? (In reply to Sam James (sec padawan) from comment #4) > Is this an issue with -libav? libav is removed, so let us know if it happens without it. |
Created attachment 587150 [details] build log ../src/io/source_avcodec.c: In function ‘aubio_source_avcodec_readframe’: ../src/io/source_avcodec.c:439:14: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’ if (avFrame->channels != (sint_t)s->input_channels) { ^~ In file included from ../src/io/source_avcodec.c:21: ../src/io/source_avcodec.c:442:16: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’ avFrame->channels, s->input_channels, s->path);