Mercurial > mplayer.hg
view libvo/gl_common.h @ 13733:c45cf718dfe8
10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch
author | aurel |
---|---|
date | Fri, 22 Oct 2004 00:21:57 +0000 |
parents | 799f81d3cb19 |
children | 3f28d2a56758 |
line wrap: on
line source
#ifndef __GL_COMMON_H__ #define __GL_COMMON_H__ #include <GL/gl.h> void glAdjustAlignment(int stride); #endif