summaryrefslogtreecommitdiff
path: root/rotord/rotord.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotord.h')
-rwxr-xr-xrotord/rotord.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rotord/rotord.h b/rotord/rotord.h
index b948577..99e588a 100755
--- a/rotord/rotord.h
+++ b/rotord/rotord.h
@@ -43,7 +43,7 @@ using Poco::Util::OptionCallback;
using Poco::Util::HelpFormatter;
#include "vampHost.h"
-#include "avCodec.h"
+//#include "avCodec.h"
#include "rotor.h"
class RotorRequestHandler: public HTTPRequestHandler
@@ -98,11 +98,11 @@ class RotorServer: public Poco::Util::ServerApplication
int main(const std::vector<std::string>& args);
private:
bool _helpRequested;
-
+
};
int main(int argc, char** argv)
{
RotorServer app;
return app.run(argc, argv);
-} \ No newline at end of file
+}