mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[290/906] Set GL_LIBS correctly in configure.ac
This doesn't detect the existence of libraries, which needs to be fixed.
This commit is contained in:
parent
e4b26b46fd
commit
caccdc1ee8
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
|
||||
lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
gstglwindow_x11.c \
|
||||
gstglwindow_win32.c
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
gstglwindow_win32.c \
|
||||
gstglwindow_@GL_BACKEND@.c \
|
||||
gstgldisplay.c \
|
||||
gstglbuffer.c \
|
||||
gstglfilter.c \
|
||||
|
|
Loading…
Reference in a new issue