I'm getting this error when using homebrew to install ffmpegdecklink on macOS 15.7.4. I've used the usual x-code command line tools reinstall tip, but with no success.
Any of what might be the issue? Thank you.
> brew install ffmpegdecklink
==> Fetching downloads for: ffmpegdecklink
✔︎ Formula ffmpegdecklink (8.0) Verified 11.4MB/ 11.4MB
==> Installing ffmpegdecklink from amiaopensource/amiaos
==> ./configure --disable-shared --enable-version3 --cc=clang --host-cflags= --h
==> make
Last 15 lines from /Users/joao/Library/Logs/Homebrew/ffmpegdecklink/02.make.log:
| ^
libavdevice/decklink_dec.cpp:778:21: error: no member named 'GetBytes' in 'IDeckLinkVideoInputFrame'
778 | videoFrame->GetBytes(&frameBytes);
| ~~~~~~~~~~ ^
libavdevice/decklink_dec.cpp:797:29: error: no member named 'GetBytes' in 'IDeckLinkVideoInputFrame'
797 | videoFrame->GetBytes(&frameBytes);
| ~~~~~~~~~~ ^
libavdevice/decklink_dec.cpp:1173:22: error: no member named 'SetVideoInputFrameMemoryAllocator' in 'IDeckLinkInput'
1173 | ret = (ctx->dli->SetVideoInputFrameMemoryAllocator(allocator) == S_OK ? 0 : AVERROR_EXTERNAL);
| ~~~~~~~~ ^
CC libavfilter/af_adenorm.o
4 errors generated.
make: *** [libavdevice/decklink_dec.o] Error 1
make: *** Waiting for unfinished jobs....
CC libavfilter/af_aderivative.o
If reporting this issue please do so at (not Homebrew/* repositories):
https://github.com/amiaopensource/homebrew-amiaos/issues
I'm getting this error when using homebrew to install ffmpegdecklink on macOS 15.7.4. I've used the usual x-code command line tools reinstall tip, but with no success.
Any of what might be the issue? Thank you.