1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Update ffprobe.patch

This commit is contained in:
ericgaspar 2021-06-25 13:59:44 +02:00
parent 01bb8b9395
commit 235b315597
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -14,6 +14,7 @@ index 1a96769..5842606 100644
/** @var Video */ /** @var Video */
$video = $ffmpeg->open(Storage::path('big/' . $photo->url)); $video = $ffmpeg->open(Storage::path('big/' . $photo->url));
if (!($tmp = tempnam(sys_get_temp_dir(), 'lychee')) || if (!($tmp = tempnam(sys_get_temp_dir(), 'lychee')) ||
diff --git a/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php b/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php 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 index 9ececfe..106eadd 100644
--- a/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php --- a/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php
@ -26,4 +27,4 @@ index 9ececfe..106eadd 100644
+ protected $toolPath = '/usr/bin/ffprobe'; + protected $toolPath = '/usr/bin/ffprobe';
/** /**
* @var string-e \n * @var string-e