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