This commit is contained in:
Martchus 2015-07-31 01:32:20 +02:00
parent a47e1f6763
commit f18e1a2671
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
}
}