mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
added check for ffmpeg binary
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
spl_autoload_register('autoload');
|
||||
|
||||
if(!defined('FFMPEG_BINARY') || !FFMPEG_BINARY)
|
||||
if(!defined('FFMPEG_BINARY') || !FFMPEG_BINARY )
|
||||
define('FFMPEG_BINARY',ROOT.DS.'bin'.DS.'ffmpeg');
|
||||
|
||||
function autoload($className)
|
||||
|
||||
Reference in New Issue
Block a user