[vlc-devel] commit: qt4: missing undef. ( Rémi Duraffort )
git version control
git at videolan.org
Sun May 3 10:34:35 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat May 2 11:18:32 2009 +0200| [30868d3233673f169b131094fdc28a1aeb783e02] | committer: Rémi Duraffort
qt4: missing undef.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30868d3233673f169b131094fdc28a1aeb783e02
---
.../gui/qt4/components/sout/profile_selector.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index d66907c..7c47163 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -332,6 +332,7 @@ void VLCProfileEditor::fillProfile( const QString& qs )
CHECKMUX( MKVMux, "mkv" )
CHECKMUX( AVIMux, "avi" )
CHECKMUX( MJPEGMux, "mjpg" ){}
+#undef CHECKMUX
ui.keepVideo->setChecked( !options[1].toInt() );
ui.transcodeVideo->setChecked( ( options[4] != "none" ) );
More information about the vlc-devel
mailing list