opengl: extract OpenGL common to a separate header
commit5194db31107e360786e58a147e0fa9f4cfc89b74
authorRomain Vimont <rom1v@videolabs.io>
Wed, 27 Nov 2019 13:18:58 +0000 (27 14:18 +0100)
committerThomas Guillem <thomas@gllm.fr>
Thu, 19 Dec 2019 09:50:22 +0000 (19 10:50 +0100)
treec176ba7ee5de3d5bad97726151fbf64c8679b15f
parent2c078da1192f5f869d0353643c2700c9d624adc8
opengl: extract OpenGL common to a separate header

All OpenGL compatibility code was in converter.h. Move it to a separate
header so that we can use it without depending on converters.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
modules/video_output/Makefile.am
modules/video_output/opengl/converter.h
modules/video_output/opengl/gl_common.h [copied from modules/video_output/opengl/converter.h with 55% similarity]