diff --git a/internal/media/ffmpeg/exec_nowasm.go b/internal/media/ffmpeg/exec_nowasm.go index a6f782ff3..140cec5bc 100644 --- a/internal/media/ffmpeg/exec_nowasm.go +++ b/internal/media/ffmpeg/exec_nowasm.go @@ -33,7 +33,8 @@ import ( func init() { fmt.Println("!! you are using an unsupported build configuration of gotosocial with WebAssembly disabled !!") - fmt.Println("!! please do not file bug reports, this build configuration is provided as a nice-to-have !!") + fmt.Println("!! please do not file bug reports regarding media processing with this configuration !!") + fmt.Println("!! it is also less secure; this does not enforce version checks on ffmpeg / ffprobe versions !!") } // runCmd will run 'name' with the given arguments, returning exit code or error.