Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Oct 31, 2018
1 parent 5c2c74a commit d1c2eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ddmain/ddmain.pro
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exists("$${ffmpeg_dir}/avcodec-*.dll") {
$${ffmpeg_dir}/swresample-*.dll \
$${ffmpeg_dir}/swscale-*.dll
} else {
message("qmake can\'t find FFmpeg's run-time libraries in \"$${ffmpeg_dir}\".")
message("qmake can\'t find FFmpeg\'s run-time libraries in \"$${ffmpeg_dir}\".")
message("You may have to copy them manually.")
message("You can set the \"ffmpeg_dir\" variable to let qmake copy them automatically.")
}
Expand All @@ -90,7 +90,7 @@ CONFIG(shared, static|shared) {
$$[QT_INSTALL_BINS]/QtAVWidgets?.dll
}
} else {
message("qmake can\'t find QtAV's run-time libraries in \"$$[QT_INSTALL_BINS]\".")
message("qmake can\'t find QtAV\'s run-time libraries in \"$$[QT_INSTALL_BINS]\".")
message("You may have to copy them manually.")
message("Currently(QtAV 1.12.0) they are QtAV[d]1.dll and QtAVWidgets[d]1.dll.")
}
Expand Down

0 comments on commit d1c2eec

Please sign in to comment.