From 3afb9d31e43ffd6e37dd988247b0e94422855f87 Mon Sep 17 00:00:00 2001 From: Alib Date: Mon, 22 Feb 2010 11:43:27 +0100 Subject: - fixed img position for thumbs - added segmenter binary to be configurable --- config_default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config_default.php') 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"; -- cgit v1.2.3