mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 22:49:58 +00:00
0164758aa8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13654 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
113 B
C
9 lines
113 B
C
#ifndef __GL_COMMON_H__
|
|
#define __GL_COMMON_H__
|
|
|
|
#include <GL/gl.h>
|
|
|
|
void glAdjustAlignment(int stride);
|
|
|
|
#endif
|