mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Create app-00-add-ffprobe-path.patch
This commit is contained in:
parent
3197477262
commit
0041c1f382
1 changed files with 13 additions and 0 deletions
13
sources/app-00-add-ffprobe-path.patch
Normal file
13
sources/app-00-add-ffprobe-path.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue