AVFoundation: Remove QVideoSurfaceCoreGraphicsPainter
This was a leftover from Qt 4, as it is no longer possible to use the CoreGraphics paint engine. Instead we should just use the logic in QPainterVideoSurface render the QVideoFrame. Change-Id: I7e97fe7c30fd478dcd405d300e0c3f70050ca25f Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
9f15a98891
commit
d3531cb0cc
@@ -28,14 +28,6 @@ SOURCES += \
|
||||
qvideowidgetcontrol.cpp \
|
||||
qvideowidget.cpp
|
||||
|
||||
mac:!ios {
|
||||
!simulator {
|
||||
PRIVATE_HEADERS += qpaintervideosurface_mac_p.h
|
||||
OBJECTIVE_SOURCES += qpaintervideosurface_mac.mm
|
||||
}
|
||||
LIBS += -framework AppKit -framework QuartzCore -framework QTKit
|
||||
}
|
||||
|
||||
maemo6 {
|
||||
contains(QT_CONFIG, opengles2) {
|
||||
PRIVATE_HEADERS += qeglimagetexturesurface_p.h
|
||||
|
||||
Reference in New Issue
Block a user