can't use packageExists here

This commit is contained in:
Martchus 2015-07-31 01:29:17 +02:00
parent 1f3a5e1372
commit af75482fe3
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 {
packagesExist(/usr/bin/avconv) {
exists(/usr/bin/avconv) {
ffmpegpath = /usr/bin/avconv
}
}