Commit 30868d32 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: missing undef.

parent ca98d520
......@@ -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" ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment