[vlc-commits] Qt: fix build on Windows
Jean-Baptiste Kempf
git at videolan.org
Tue Sep 11 20:06:31 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 11 20:05:50 2012 +0200| [37198db291876067dc692fd3fdc875b32a5c7725] | committer: Jean-Baptiste Kempf
Qt: fix build on Windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37198db291876067dc692fd3fdc875b32a5c7725
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index a72c646..0da8b63 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -857,7 +857,6 @@ void CaptureOpenPanel::initialize()
CuMRL( v4l2StdBox, currentIndexChanged ( int ) );
configList << "v4l2-standard";
}
-#endif
/*******
* JACK *
@@ -903,6 +902,7 @@ void CaptureOpenPanel::initialize()
CuMRL( jackPortsSelected, textChanged( const QString& ) );
configList << "jack-input-use-vlc-pace" << "jack-input-auto-connect";
}
+#endif
/*************
* DVB Stuff *
More information about the vlc-commits
mailing list