mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
gloverlay: Include into the build with GLES2 only too
This commit is contained in:
parent
7e69750336
commit
9c6c82887f
1 changed files with 8 additions and 5 deletions
|
@ -47,11 +47,6 @@ OPENGL_SOURCES += \
|
||||||
gstglbumper.h \
|
gstglbumper.h \
|
||||||
gstgldifferencematte.c \
|
gstgldifferencematte.c \
|
||||||
gstgldifferencematte.h
|
gstgldifferencematte.h
|
||||||
if HAVE_JPEG
|
|
||||||
OPENGL_SOURCES += \
|
|
||||||
gstgloverlay.c \
|
|
||||||
gstgloverlay.h
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -85,6 +80,14 @@ libgstopengl_la_SOURCES += \
|
||||||
gstgltransformation.h
|
gstgltransformation.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_JPEG
|
||||||
|
if HAVE_PNG
|
||||||
|
libgstopengl_la_SOURCES += \
|
||||||
|
gstgloverlay.c \
|
||||||
|
gstgloverlay.h
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# check order of CFLAGS and LIBS, shouldn't the order be the other way around
|
# check order of CFLAGS and LIBS, shouldn't the order be the other way around
|
||||||
# (like in AM_CFLAGS)?
|
# (like in AM_CFLAGS)?
|
||||||
libgstopengl_la_CFLAGS = \
|
libgstopengl_la_CFLAGS = \
|
||||||
|
|
Loading…
Reference in a new issue