gl: and update the Makefile

This commit is contained in:
Matthew Waters 2014-03-23 01:02:03 +11:00
parent 3180899a98
commit 11e8b3017a
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 = \ prototype_HEADERS = \
all_functions.h \ all_functions.h \
gles1_functions.h \ base.h \
gles1gles2.h \ blending.h \
gles1gles2opengl.h \ eglimage.h \
gles1.h \ fbo.h \
gles1opengl.h \ fixedfunction.h \
gles2_functions.h \ gles.h \
gles2.h \
gles2opengl.h \
gles3opengl.h \
opengl_functions.h \
opengl.h \ opengl.h \
shaders.h \
gstgl_compat.h gstgl_compat.h

View file

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