]> code.ossystems Code Review - meta-freescale.git/commitdiff
QT4.7.4 codec patch: Fix to work on X11
authorRogerio Pimentel <rogerio.pimentel@freescale.com>
Mon, 2 Jul 2012 14:03:14 +0000 (09:03 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Jul 2012 17:40:16 +0000 (14:40 -0300)
This patch fixes the patch that makes phonon works with Freescale codecs and X11

Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
meta-fsl-arm/recipes-qt/qt4/qt4-embedded_4.7.4.bbappend
meta-fsl-arm/recipes-qt/qt4/qt4/0001-Add-support-for-i.MX-codecs-to-phonon.patch

index cebb203b538e8331842317b52bab7566ea9a4f64..70d890f02578691d9f8f786edcbaeb0e75224cde 100644 (file)
@@ -7,4 +7,4 @@ SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
 PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
 PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
 
-PRINC := "${@int(PRINC) + 1}"
+PRINC := "${@int(PRINC) + 2}"
index c8c12e0ebc37cf9dc4d45d8b27420c6ae6997c98..077939be6fed1f2a2c025a56893b120f69fc3afe 100644 (file)
@@ -25,7 +25,7 @@ index 10a2822..4901530 100644
      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;