summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 2c84190fb8..7f7c1c8db6 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -228,8 +228,8 @@ void glSetupYUVConversion(GLenum target, int type,
float brightness, float contrast,
float hue, float saturation,
float rgamma, float ggamma, float bgamma);
-void inline glEnableYUVConversion(GLenum target, int type);
-void inline glDisableYUVConversion(GLenum target, int type);
+void glEnableYUVConversion(GLenum target, int type);
+void glDisableYUVConversion(GLenum target, int type);
/** \addtogroup glcontext
* \{ */