[mythtv] [PATCH] mythDVD

Xavier Hervy maxpower44 at tiscali.fr
Tue Feb 24 05:28:58 EST 2004


Thor have fixed a trouble I made with my patch about mediamonitoring in 
mythDVD.
My patch don't take care about --enable-transcode configure option.

This patch don't show the option Rip DVD on dvd insertion in settings 
when transcode option isn't enabled.
Xavier

-------------- next part --------------
Index: mythdvd/mythdvd/settings.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythdvd/mythdvd/settings.cpp,v
retrieving revision 1.21
diff -u -r1.21 settings.cpp
--- mythdvd/mythdvd/settings.cpp	20 Feb 2004 04:32:55 -0000	1.21
+++ mythdvd/mythdvd/settings.cpp	24 Feb 2004 10:27:08 -0000
@@ -58,7 +58,9 @@
        addSelection(QObject::tr("Display mythdvd menu menu"),"1");
        addSelection(QObject::tr("Do nothing"),"0");
        addSelection(QObject::tr("Play DVD"),"2");
+#ifdef TRANSCODE_SUPPORT
        addSelection(QObject::tr("Rip DVD"),"3");
+#endif
        setHelpText(QObject::tr("Media Monitoring should be turned on to "
                    "allow this feature (Setup -> General -> CD/DVD Monitor"));
        };


More information about the mythtv-dev mailing list