mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
14 lines
491 B
Diff
14 lines
491 B
Diff
|
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
|
||
|
@@ -33,7 +33,7 @@ class FFprobe extends AdapterAbstract
|
||
|
*
|
||
|
* @var string
|
||
|
*/
|
||
|
- protected $toolPath;
|
||
|
+ protected $toolPath = '/usr/bin/ffprobe';
|
||
|
|
||
|
/**
|
||
|
* @var string-e
|