mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
[348/906] Add gstvideo to glimagesink LIBADD. Fixes bug #584680
This commit is contained in:
parent
d1893e0e7e
commit
47beeb1083
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ libgstopengl_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
|
|||
libgstopengl_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_MAJORMINOR).la \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(GL_LIBS) \
|
||||
$(LIBPNG_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue