This patch fixes the patch that makes phonon works with Freescale codecs and X11
Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-PRINC := "${@int(PRINC) + 1}"
+PRINC := "${@int(PRINC) + 2}"
virtual bool eventFilter(QEvent *) = 0;
virtual void handlePaint(QPaintEvent *) {}
virtual bool paintsOnWidget() { return true; } // Controls overlays
-+ virtual void handleMove(QMoveEvent * event ) = 0;
++ virtual void handleMove(QMoveEvent * event ) {};
protected:
VideoWidget *m_videoWidget;