Improve ffmpeg install script
This commit is contained in:
parent
cc6bee3d9a
commit
62a0591d78
3 changed files with 4 additions and 2 deletions
|
@ -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/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue