File no-harvid-fix.patch of Package ardour
diff -wru Ardour-6.6.0/libs/ardour/video_tools_paths.cc Ardour-6.6.0.fix/libs/ardour/video_tools_paths.cc
--- Ardour-6.6.0/libs/ardour/video_tools_paths.cc 2021-02-22 19:41:53.000000000 +0100
+++ Ardour-6.6.0.fix/libs/ardour/video_tools_paths.cc 2021-02-23 07:31:04.686559160 +0100
@@ -168,7 +168,7 @@
_ffprobe_exe = X_("");
std::string ff_file_path;
- if (find_file (Searchpath(Glib::getenv("PATH")), X_("ffmpeg_harvid"), ff_file_path)) {
+ if (find_file (Searchpath(Glib::getenv("PATH")), X_("ffmpeg"), ff_file_path)) {
_ffmpeg_exe = ff_file_path;
}
#ifdef PLATFORM_WINDOWS
@@ -196,7 +196,7 @@
}
#endif
- if (find_file (Searchpath(Glib::getenv("PATH")), X_("ffprobe_harvid"), ff_file_path)) {
+ if (find_file (Searchpath(Glib::getenv("PATH")), X_("ffprobe"), ff_file_path)) {
_ffprobe_exe = ff_file_path;
}
#ifdef PLATFORM_WINDOWS