debug flag for MTC; make ardour/timecode.h simply include the "authoritative" one...
[ardour.git] / gtk2_ardour / opts.cc
index 883d8d584555b82de861ddd5504dc003d09fc901..0af659af08b73db79dc0aef990a32f476af02c32 100644 (file)
@@ -129,6 +129,8 @@ parse_debug_options (const char* str)
                        bits |= ARDOUR::DEBUG::Graph;
                } else if (strncasecmp (p, "destruction", strlen (p)) == 0) {
                        bits |= ARDOUR::DEBUG::Destruction;
+               } else if (strncasecmp (p, "mtc", strlen (p)) == 0) {
+                       bits |= ARDOUR::DEBUG::MTC;
                }
 
                p = strtok_r (0, ",", &sp);