diff -r 67217e6108fd -r 5e7c0810f365 QTfrontend/net/recorder.cpp --- a/QTfrontend/net/recorder.cpp Tue Oct 30 02:22:54 2012 +0100 +++ b/QTfrontend/net/recorder.cpp Tue Oct 30 12:50:50 2012 +0100 @@ -23,7 +23,7 @@ #include "gameuiconfig.h" #include "hwconsts.h" #include "game.h" -#include "libav_iteraction.h" +#include "LibavInteraction.h" // Encoding is memory expensive process, so we need to limit maximum number // of simultaneous encoders. @@ -38,7 +38,7 @@ this->config = config; this->prefix = prefix; finished = false; - name = prefix + "." + LibavIteraction::instance().getExtension(config->AVFormat()); + name = prefix + "." + LibavInteraction::instance().getExtension(config->AVFormat()); } HWRecorder::~HWRecorder()