From d3531cb0cc41a901b11a02d41685532684511bbd Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Thu, 4 Apr 2013 15:34:00 +0200 Subject: 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 --- src/multimediawidgets/multimediawidgets.pro | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/multimediawidgets/multimediawidgets.pro') diff --git a/src/multimediawidgets/multimediawidgets.pro b/src/multimediawidgets/multimediawidgets.pro index c6f214679..d47742028 100644 --- a/src/multimediawidgets/multimediawidgets.pro +++ b/src/multimediawidgets/multimediawidgets.pro @@ -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 -- cgit v1.2.3