2021-06-25 18:24:15 +02:00
|
|
|
diff --git a/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php b/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php
|
|
|
|
index 9ececfe..106eadd 100644
|
|
|
|
--- a/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php
|
|
|
|
+++ b/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php
|
2023-01-05 23:47:51 +01:00
|
|
|
@@ -40,7 +40,7 @@ class FFprobe extends AdapterAbstract
|
2021-06-25 18:24:15 +02:00
|
|
|
*
|
|
|
|
* @var string
|
|
|
|
*/
|
2023-01-05 23:47:51 +01:00
|
|
|
- protected string $toolPath = '';
|
|
|
|
+ protected string $toolPath = '/usr/bin/ffprobe';
|
2021-06-25 18:24:15 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @var string-e
|