This commit is contained in:
Martchus 2015-07-31 01:31:45 +02:00
parent 76c9cf40ae
commit fe4fc46896
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ equals(ffmpegpath, "") {
exists(/usr/bin/ffmpeg) {
ffmpegpath = /usr/bin/ffmpeg
} else {
exist(/usr/bin/avconv) {
exists(/usr/bin/avconv) {
ffmpegpath = /usr/bin/avconv
}
}