Enable Audio CD in Windows

Forum to talk about the development of smplayer (code, patches...).

Enable Audio CD in Windows

Postby redxii » Sat May 05, 2012 11:28 pm

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()) );
User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm

Re: Enable Audio CD in Windows

Postby redxii » Sun May 06, 2012 5:41 am

User avatar
redxii
 
Posts: 334
Joined: Thu Dec 24, 2009 7:06 pm


Return to Development

Who is online

Users browsing this forum: No registered users and 1 guest