bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-hv / motion-hv.C
index ea339d9217ca08bb8a4af74b14fb75db2182d2dd..ba5b5d198508571c8c15bd174e78c7f7e8469074 100644 (file)
@@ -120,7 +120,8 @@ int MotionHVConfig::equivalent(MotionHVConfig &that)
                track_frame == that.track_frame &&
                bottom_is_master == that.bottom_is_master &&
                horizontal_only == that.horizontal_only &&
-               vertical_only == that.vertical_only;
+               vertical_only == that.vertical_only &&
+               tracking_type == that.tracking_type;
 }
 
 void MotionHVConfig::copy_from(MotionHVConfig &that)
@@ -257,7 +258,7 @@ MotionHVMain::~MotionHVMain()
        delete rotate_target_dst;
 }
 
-const char* MotionHVMain::plugin_title() { return _("MotionHV"); }
+const char* MotionHVMain::plugin_title() { return N_("MotionHV"); }
 int MotionHVMain::is_realtime() { return 1; }
 int MotionHVMain::is_multichannel() { return 1; }