mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 16:36:56 +00:00
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
|