summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye/wrapper.cxx
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-09-22 16:51:23 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-09-22 16:51:51 +0200
commit4cb73ce5853d924c17381f3183226b8835172da7 (patch)
tree8670106bf6b216d7397bff0b104c7d1a4563f244 /video-ps3eye/wrapper.cxx
parentc8fb7bfa37555e5cbe68f368ebb98b161fb2771a (diff)
video/ps3eye: buffer flush
Diffstat (limited to 'video-ps3eye/wrapper.cxx')
-rw-r--r--video-ps3eye/wrapper.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/video-ps3eye/wrapper.cxx b/video-ps3eye/wrapper.cxx
new file mode 100644
index 00000000..add62992
--- /dev/null
+++ b/video-ps3eye/wrapper.cxx
@@ -0,0 +1,7 @@
+#include "shm-layout.hpp"
+
+int main(int argc, char** argv)
+{
+ (void)argc; (void)argv;
+ return 0;
+}