mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
glfilterapp is now available on gles2 as well so build it
This commit is contained in:
parent
0af6dcfa23
commit
869106454a
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,6 @@ OPENGL_SOURCES = \
|
||||||
gstglfilterlaplacian.h \
|
gstglfilterlaplacian.h \
|
||||||
gstglfilterglass.c \
|
gstglfilterglass.c \
|
||||||
gstglfilterglass.h \
|
gstglfilterglass.h \
|
||||||
gstglfilterapp.c \
|
|
||||||
gstglfilterapp.h \
|
|
||||||
gstgldeinterlace.c \
|
gstgldeinterlace.c \
|
||||||
gstgldeinterlace.h \
|
gstgldeinterlace.h \
|
||||||
gltestsrc.c \
|
gltestsrc.c \
|
||||||
|
@ -68,6 +66,8 @@ libgstopengl_la_SOURCES = \
|
||||||
gstglvideomixer.h \
|
gstglvideomixer.h \
|
||||||
gstglfiltershader.c \
|
gstglfiltershader.c \
|
||||||
gstglfiltershader.h \
|
gstglfiltershader.h \
|
||||||
|
gstglfilterapp.c \
|
||||||
|
gstglfilterapp.h \
|
||||||
$(OPENGL_SOURCES)
|
$(OPENGL_SOURCES)
|
||||||
|
|
||||||
if HAVE_GRAPHENE
|
if HAVE_GRAPHENE
|
||||||
|
|
Loading…
Reference in a new issue