Hi,
Note sure who at Topaz deals with these files anymore, but the latest release (8.0.1.2) of the Topaz custom version of FFmpeg in the TopazLabs GitHub does not build due to a missing header file.
$ tail build-ffmpeg-topaz.log
| ^
| void
In file included from libavfilter/tvai_common.c:1:
libavfilter/tvai_common.h:14:10: fatal error: ‘tvai_messages.h’ file not found
14 | #include “tvai_messages.h”
| ^~~~~~~~~~~~~~~~~
4 warnings and 1 error generated.
make: *** [libavfilter/tvai_common.o] Error 1
make: *** Waiting for unfinished jobs…
check failed: build of ffmpeg-topaz failed
I’ve checked the source code zip, the HEAD and the repo and the redistributables zip file and it’s not in any of them.
Dave