diff --git a/examples/llava/minicpmv-cli.cpp b/examples/llava/minicpmv-cli.cpp index 2c4cdb035..d5dda228e 100644 --- a/examples/llava/minicpmv-cli.cpp +++ b/examples/llava/minicpmv-cli.cpp @@ -163,7 +163,7 @@ static std::vector extract_frames(const std::string& video_path #else static std::vector extract_frames(const std::string& video_path, const int frame_num) { - LOG_TEE("%s: llama.cpp built without ffmpeg, processing video files is not supported.\n", __func__); + LOG_TEE("%s: llama.cpp built without ffmpeg, processing video files is not supported. Please recompile with LLAMA_FFMPEG=1 to add video support.\n", __func__); return {}; }