|
From: Tapio V. <aa...@us...> - 2010-08-21 14:12:40
|
Module: performous
Branch: master
Commit: ed94641c08123d3725bb34e71eb36ddfbbbe4ab0
Author: Tapio Vierros <tap...@gm...>
Date: Sat Aug 21 17:11:40 2010 +0300
Disable webcam video saving as it is not currently very usable.
---
game/webcam.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/game/webcam.cc b/game/webcam.cc
index 1e5baa3..f1372aa 100644
--- a/game/webcam.cc
+++ b/game/webcam.cc
@@ -9,8 +9,6 @@
#include <cv.h>
#include <highgui.h>
-#define SAVE_WEBCAM_VIDEO
-
#else
// Dummy classes
namespace cv {
|