Improve ffmpeg install script

This commit is contained in:
Pierre Rudloff 2015-05-17 22:08:53 +02:00
parent cc6bee3d9a
commit 62a0591d78
3 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ if (getenv('CONVERT')) {
} else {
define('CONVERT', false);
}
define('AVCONV', __DIR__.'/ffmpeg-2.6.2-64bit-static/ffmpeg');
define('AVCONV', __DIR__.'/ffmpeg/ffmpeg');
define('MAINTENANCE', false);
define('DISABLED', false);
define('BASE_URL', 'http://alltubedownload.net/');