Check for static ffmpeg before system ffmpeg

merge-requests/41/head
Moe 2018-11-28 07:14:12 -08:00
parent e31e8ef332
commit a380ba7d2c
1 changed files with 3 additions and 3 deletions

View File

@ -898,9 +898,9 @@ module.exports = function(s,config,onFinish){
}
if(!config.ffmpegDir){
ffmpeg.checkForWindows(function(){
ffmpeg.checkForUnix(function(){
ffmpeg.checkForFfbinary(function(){
ffmpeg.checkForNpmStatic(function(){
ffmpeg.checkForFfbinary(function(){
ffmpeg.checkForNpmStatic(function(){
ffmpeg.checkForUnix(function(){
console.log('No FFmpeg found.')
})
})