summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-videodev/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia-videodev/config.h')
-rw-r--r--pjmedia/include/pjmedia-videodev/config.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-videodev/config.h b/pjmedia/include/pjmedia-videodev/config.h
index a0fed9c2..f11485f0 100644
--- a/pjmedia/include/pjmedia-videodev/config.h
+++ b/pjmedia/include/pjmedia-videodev/config.h
@@ -55,6 +55,48 @@ PJ_BEGIN_DECL
#if defined(PJMEDIA_HAS_VIDEO) && (PJMEDIA_HAS_VIDEO != 0)
/**
+ * This setting controls whether OpenGL for iOS should be included.
+ *
+ * Default: 0 (or detected by configure)
+ */
+#ifndef PJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL
+# define PJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL 0
+#else
+# if defined(PJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL) && \
+ PJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL != 0
+# undef PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES
+# define PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES 1
+# endif
+#endif
+
+
+/**
+ * This setting controls whether OpenGL ES support should be included.
+ *
+ * Default: 0 (or detected by configure)
+ */
+#ifndef PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES
+# define PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES 0
+#else
+# if defined(PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES) && \
+ PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES != 0
+# undef PJMEDIA_VIDEO_DEV_HAS_OPENGL
+# define PJMEDIA_VIDEO_DEV_HAS_OPENGL 1
+# endif
+#endif
+
+
+/**
+ * This setting controls whether OpenGL support should be included.
+ *
+ * Default: 0 (or detected by configure)
+ */
+#ifndef PJMEDIA_VIDEO_DEV_HAS_OPENGL
+# define PJMEDIA_VIDEO_DEV_HAS_OPENGL 0
+#endif
+
+
+/**
* This setting controls whether SDL support should be included.
*
* Default: 0 (or detected by configure)