mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
[289/906] build fixes for Windows libraries
This commit is contained in:
parent
e184ad8a58
commit
978ded841c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
gstglwindow_x11.c \
|
||||
gstglwindow_win32.c \
|
||||
gstgldisplay.c \
|
||||
gstglbuffer.c \
|
||||
gstglfilter.c \
|
||||
|
@ -19,7 +19,7 @@ libgstgl_@GST_MAJORMINOR@include_HEADERS = \
|
|||
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
-lGLU -lGLEW $(GL_LIBS) $(X_LIBS)
|
||||
$(GL_LIBS)
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
|
||||
$(GL_CFLAGS) $(X_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue