0.7.13.1
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
//////////////////////////////////////////
|
||||
|
||||
// Bundled tools
|
||||
$bin_gfi = __DIR__."/bin/GetFileInfo";
|
||||
$bin_mediainfo = __DIR__."/bin/mediainfo";
|
||||
$bin_exiftool = __DIR__."/bin/exiftool";
|
||||
$bin_ffmpeg = __DIR__."/bin/ffmpeg";
|
||||
$bin_qlthumb = __DIR__."/bin/ql-thumbnail";
|
||||
$bin_qltool = __DIR__."/bin/qltool";
|
||||
$bin_sox = __DIR__."/bin/sox";
|
||||
$bin_pngcrush = __DIR__."/bin/pngcrush";
|
||||
$bin_parallel = __DIR__."/bin/parallel";
|
||||
$bin_convert = __DIR__."/bin/convert";
|
||||
$bin_gfi = escapeshellarg(__DIR__."/bin/GetFileInfo");
|
||||
$bin_mediainfo = escapeshellarg(__DIR__."/bin/mediainfo");
|
||||
$bin_exiftool = escapeshellarg(__DIR__."/bin/exiftool");
|
||||
$bin_ffmpeg = escapeshellarg(__DIR__."/bin/ffmpeg");
|
||||
$bin_qlthumb = escapeshellarg(__DIR__."/bin/ql-thumbnail");
|
||||
$bin_qltool = escapeshellarg(__DIR__."/bin/qltool");
|
||||
$bin_sox = escapeshellarg(__DIR__."/bin/sox");
|
||||
$bin_pngcrush = escapeshellarg(__DIR__."/bin/pngcrush");
|
||||
$bin_parallel = escapeshellarg(__DIR__."/bin/parallel");
|
||||
$bin_convert = escapeshellarg(__DIR__."/bin/convert");
|
||||
|
||||
// System tools
|
||||
$bin_php = "php";
|
||||
|
||||
Reference in New Issue
Block a user