Skip to content

Commit

Permalink
mac: stop linking to QTKit. wang-bin#1218
Browse files Browse the repository at this point in the history
was needed by ffmpeg avdevice. deprecated since macOS 10.9. ffmpeg
dropped it in 3.4
  • Loading branch information
wang-bin committed Jul 10, 2019
1 parent ca75ab9 commit 80bd494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libQtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ config_avdevice { #may depends on avfilter
ios {
LIBS += -framework AVFoundation
} else {
LIBS += -framework QTKit
# assume avdevice targets to the same version as Qt and always >= 10.6
!isEqual(QMAKE_MACOSX_DEPLOYMENT_TARGET, 10.6): LIBS += -framework AVFoundation
}
Expand Down

0 comments on commit 80bd494

Please sign in to comment.