diff options
Diffstat (limited to 'config_default.php')
-rwxr-xr-x | config_default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_default.php b/config_default.php index b5f65fa..c78103e 100755 --- a/config_default.php +++ b/config_default.php @@ -28,6 +28,7 @@ // Misc $ffmpegpath = '/usr/bin/ffmpeg'; //path to ffmpeg binary + $segmenterpath = '/usr/bin/segmenter'; //path to segmenter binary // Version $isdversion = "0.3.7-dev"; |