It works if you have a libcdio enabled MPlayer, which I have now.
- Code: Select all
Index: basegui.cpp
===================================================================
--- basegui.cpp (revision 4311)
+++ basegui.cpp (working copy)
@@ -308,12 +308,6 @@
connect( openAudioCDAct, SIGNAL(triggered()),
this, SLOT(openAudioCD()) );
-#ifdef Q_OS_WIN
- // VCD's and Audio CD's seem they don't work on windows
- //openVCDAct->setEnabled(pref->enable_vcd_on_windows);
- openAudioCDAct->setEnabled(pref->enable_audiocd_on_windows);
-#endif
-
openDVDAct = new MyAction( this, "open_dvd" );
connect( openDVDAct, SIGNAL(triggered()),
this, SLOT(openDVD()) );