]> git.sesse.net Git - vlc/commit
opengl: check GL_UNPACK_ROW_LENGTH instead of OPENGL_ES
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 12 Feb 2013 08:20:57 +0000 (10:20 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 12 Feb 2013 09:18:07 +0000 (11:18 +0200)
commite3750c979b0997b0b98e5d21a04f537a5e7f6a3b
treea626c246c68cd803b85ef12d22c8a338688232c3
parentcccbf3655ed4186b3520a70630b26bf4e53b0e20
opengl: check GL_UNPACK_ROW_LENGTH instead of OPENGL_ES

This way we don't need to define dummy GL_UNPACK_ROW_LENGHT for opengl es
compiles.
modules/video_output/opengl.c