mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gl: and update the Makefile
This commit is contained in:
parent
3180899a98
commit
11e8b3017a
2 changed files with 15 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue