prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / cinelerra / recordgui.C
index feb38dfa27ac4ddf68ef714bfc31cfea55233b8e..bd45c32346f2fef2e6a7c0a9d499c191d7d41b68 100644 (file)
@@ -31,7 +31,6 @@
 #include "edl.h"
 #include "edlsession.h"
 #include "file.h"
-#include "filemov.h"
 #include "filesystem.h"
 #include "keys.h"
 #include "language.h"
@@ -292,9 +291,8 @@ void RecordGUI::create_objects()
 
        if(asset->video_data) {
                add_subwindow(new BC_Title(x, y, 
-                       asset->format != FILE_MPEG ?
-                               FileMOV::compressiontostr(asset->vcodec) :
-                               _("File Capture"),
+                       asset->format == FILE_MPEG ? _("File Capture") :
+                               File::compressiontostr(asset->vcodec),
                        MEDIUMFONT, 
                        mwindow->theme->recordgui_fixed_color));