Date: Friday, May 8, 2015 @ 21:51:38
  Author: arojas
Revision: 238733

Force linking to Qt5 if Qt4 and Qt5 are both installed

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-05-08 19:21:55 UTC (rev 238732)
+++ PKGBUILD    2015-05-08 19:51:38 UTC (rev 238733)
@@ -31,7 +31,8 @@
   msg "SSE2=$SSE2"
   ./configure --prefix=/usr \
        --avformat-swscale \
-       --enable-gpl --enable-gpl3
+       --enable-gpl --enable-gpl3 \
+       --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
   make
 
   # mlt python bindings

Reply via email to