[vlc-commits] contrib: qt4: don't build phonon

Rafaël Carré git at videolan.org
Wed Nov 9 00:48:15 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov  8 18:47:13 2011 -0500| [721fdef31ba1089d0b639a832b16144d56e80fb6] | committer: Rafaël Carré

contrib: qt4: don't build phonon

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=721fdef31ba1089d0b639a832b16144d56e80fb6
---

 contrib/src/qt4/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/qt4/rules.mak b/contrib/src/qt4/rules.mak
index 0803167..f035555 100644
--- a/contrib/src/qt4/rules.mak
+++ b/contrib/src/qt4/rules.mak
@@ -34,7 +34,7 @@ endif
 
 .qt4: qt4
 	for i in qmake moc uic rcc; do ln -sf `which $$i` $</bin/; done # FIXME : we probably need the exact same version of those tools on the host
-	cd $< && ./configure -platform win32-g++ -static -release -fast -no-exceptions -no-stl -no-sql-sqlite -no-qt3support -no-gif -no-libmng -qt-libjpeg -no-libtiff -no-qdbus -no-openssl -no-webkit -sse -no-script -no-multimedia -opensource -no-scripttools -no-opengl -no-script -no-scripttools -no-declarative -no-declarative-debug -opensource -no-s60 -host-little-endian -confirm-license
+	cd $< && ./configure -platform win32-g++ -static -release -fast -no-exceptions -no-stl -no-sql-sqlite -no-qt3support -no-gif -no-libmng -qt-libjpeg -no-libtiff -no-qdbus -no-openssl -no-webkit -sse -no-script -no-multimedia -no-phonon -opensource -no-scripttools -no-opengl -no-script -no-scripttools -no-declarative -no-declarative-debug -opensource -no-s60 -host-little-endian -confirm-license
 	cd $< && make sub-src
 	cd $</src/plugins/imageformats/jpeg && make # FIXME
 	# INSTALLING LIBRARIES



More information about the vlc-commits mailing list