gl: and update the Makefile

This commit is contained in:
Matthew Waters 2014-03-23 01:02:03 +11:00 committed by Tim-Philipp Müller
parent 45c71eb3e1
commit 3c27e588c3
2 changed files with 15 additions and 18 deletions

View file

@ -2,16 +2,13 @@ prototypedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/glprototypes
prototype_HEADERS = \
all_functions.h \
gles1_functions.h \
gles1gles2.h \
gles1gles2opengl.h \
gles1.h \
gles1opengl.h \
gles2_functions.h \
gles2.h \
gles2opengl.h \
gles3opengl.h \
opengl_functions.h \
base.h \
blending.h \
eglimage.h \
fbo.h \
fixedfunction.h \
gles.h \
opengl.h \
shaders.h \
gstgl_compat.h

View file

@ -18,11 +18,11 @@
* Boston, MA 02110-1301, USA.
*/
#include "glprototypes/base.h"
#include "glprototypes/blending.h"
#include "glprototypes/eglimage.h"
#include "glprototypes/fbo.h"
#include "glprototypes/fixedfunction.h"
#include "glprototypes/gles.h"
#include "glprototypes/opengl.h"
#include "glprototypes/shaders.h"
#include "base.h"
#include "blending.h"
#include "eglimage.h"
#include "fbo.h"
#include "fixedfunction.h"
#include "gles.h"
#include "opengl.h"
#include "shaders.h"