Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tags/Version Original/ARToolkit/include/AR/sys/videoGStreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tags/Version Original/ARToolkit/include/AR/sys/videoGStreamer.h')
-rw-r--r--tags/Version Original/ARToolkit/include/AR/sys/videoGStreamer.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/tags/Version Original/ARToolkit/include/AR/sys/videoGStreamer.h b/tags/Version Original/ARToolkit/include/AR/sys/videoGStreamer.h
deleted file mode 100644
index 774f673..0000000
--- a/tags/Version Original/ARToolkit/include/AR/sys/videoGStreamer.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Video capture module utilising the GStreamer pipeline for AR Toolkit
- *
- * (c) Copyrights 2003-2006 Hartmut Seichter
- *
- * Licensed under the terms of the GPL
- *
- */
-#ifndef AR_VIDEO_GSTREAMER_H
-#define AR_VIDEO_GSTREAMER_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <AR/config.h>
-#include <AR/ar.h>
-
-typedef struct _AR2VideoParamT AR2VideoParamT;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif