mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[125/906] Add libraries as appropriate to fix compilation
This commit is contained in:
parent
a03eac3c2d
commit
50b8417097
1 changed files with 3 additions and 1 deletions
|
@ -15,9 +15,11 @@ libgstgl_@GST_MAJORMINOR@include_HEADERS = \
|
|||
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) \
|
||||
$(X_LIBS) $(GL_LIBS)
|
||||
${top_builddir}/gst-libs/gst/freeglut/libgstfreeglut-$(GST_MAJORMINOR).la \
|
||||
-lGLU -lGLEW $(GL_LIBS) $(X_LIBS)
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
|
||||
$(GL_CFLAGS) $(X_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
-I$(top_srcdir)/gst-libs/gst/freeglut
|
||||
|
||||
|
|
Loading…
Reference in a new issue