can't use packageExists here

This commit is contained in:
Martchus 2015-07-31 01:30:19 +02:00
parent 3548fe596f
commit 76c9cf40ae
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) {
exist(/usr/bin/avconv) {
ffmpegpath = /usr/bin/avconv
}
}