gl: and update the Makefile
authorMatthew Waters <ystreet00@gmail.com>
Sat, 22 Mar 2014 14:02:03 +0000 (01:02 +1100)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 22 Mar 2014 14:02:03 +0000 (01:02 +1100)
gst-libs/gst/gl/glprototypes/Makefile.am
gst-libs/gst/gl/glprototypes/all_functions.h

index 184889c..9953b98 100644 (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
 
index 25b89ea..12f9a62 100644 (file)
  * 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"