summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 14:28:59 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 14:28:59 +0200
commit24c676262588f7a65f636110f3bb38e2fa019c80 (patch)
tree7faa34c2ecce9a714ef6728d98f8b2198d5b7a13
parentd7f2590a7bd6bba386dfbc0090d0c4649925b1d4 (diff)
Re-enable video.
-rw-r--r--src/v4l.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4l.cc b/src/v4l.cc
index 7f68a05..55b0397 100644
--- a/src/v4l.cc
+++ b/src/v4l.cc
@@ -799,7 +799,7 @@ V4L::V4L(QString device)
v4l = this; // Set global V4L object pointer.
- // start();
+ start();
}
V4L::~V4L()