From 3c27e588c3017380c9b9200f13c48fa5dd9dbdef Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 23 Mar 2014 01:02:03 +1100 Subject: [PATCH] gl: and update the Makefile --- gst-libs/gst/gl/glprototypes/Makefile.am | 17 +++++++---------- gst-libs/gst/gl/glprototypes/all_functions.h | 16 ++++++++-------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/gst-libs/gst/gl/glprototypes/Makefile.am b/gst-libs/gst/gl/glprototypes/Makefile.am index 184889c942..9953b98853 100644 --- a/gst-libs/gst/gl/glprototypes/Makefile.am +++ b/gst-libs/gst/gl/glprototypes/Makefile.am @@ -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 diff --git a/gst-libs/gst/gl/glprototypes/all_functions.h b/gst-libs/gst/gl/glprototypes/all_functions.h index 25b89eaf7f..12f9a623e9 100644 --- a/gst-libs/gst/gl/glprototypes/all_functions.h +++ b/gst-libs/gst/gl/glprototypes/all_functions.h @@ -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"