summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-17 13:28:22 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-17 13:28:22 +0000
commit0164758aa8879c8344d7191a9258f3aa32eb64d7 (patch)
treed8385a73af20cc68d9f5e8e3e4a3152f7bbb2f20 /libvo/gl_common.h
parent4a1200b8ea558aaafcd368b62b8b3f74c825d25c (diff)
downloadmpv-0164758aa8879c8344d7191a9258f3aa32eb64d7.tar.bz2
mpv-0164758aa8879c8344d7191a9258f3aa32eb64d7.tar.xz
added gl_common for code used by both vo_gl.c and vo_gl2.c.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13654 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
new file mode 100644
index 0000000000..2d31c3058f
--- /dev/null
+++ b/libvo/gl_common.h
@@ -0,0 +1,8 @@
+#ifndef __GL_COMMON_H__
+#define __GL_COMMON_H__
+
+#include <GL/gl.h>
+
+void glAdjustAlignment(int stride);
+
+#endif