summaryrefslogtreecommitdiffstats
path: root/opengl/system/GLESv1_enc/GLEncoderUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/system/GLESv1_enc/GLEncoderUtils.h')
-rw-r--r--opengl/system/GLESv1_enc/GLEncoderUtils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/system/GLESv1_enc/GLEncoderUtils.h b/opengl/system/GLESv1_enc/GLEncoderUtils.h
index 1d0c847..05cc9e1 100644
--- a/opengl/system/GLESv1_enc/GLEncoderUtils.h
+++ b/opengl/system/GLESv1_enc/GLEncoderUtils.h
@@ -16,7 +16,8 @@
#ifndef GL_ENCODER_UTILS_H
#define GL_ENCLODER_UTILS_H
-extern "C" {
+namespace glesv1_enc {
size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
};
+
#endif