[348/906] Add gstvideo to glimagesink LIBADD. Fixes bug #584680

This commit is contained in:
LRN 2009-06-04 09:50:52 +02:00 committed by Matthew Waters
parent d1893e0e7e
commit 47beeb1083

View file

@ -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)