1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 22:49:58 +00:00
mpv/libvo/gl_common.h
reimar 0164758aa8 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
2004-10-17 13:28:22 +00:00

9 lines
113 B
C

#ifndef __GL_COMMON_H__
#define __GL_COMMON_H__
#include <GL/gl.h>
void glAdjustAlignment(int stride);
#endif