Original commit message from CVS:
2005-04-06 Andy Wingo <wingo@pobox.com>
* gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
GST_BASE_LIBS.
2005-04-06 Andy Wingo <wingo@pobox.com>
+ * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
+ GST_BASE_LIBS.
+
* configure.ac: Add check and AC_SUBST for libgstbase.
2005-03-31 Wim Taymans <wim@fluendo.com>
libgstvideo_la_LIBADD =
libgstvideo_la_CFLAGS = $(GST_CFLAGS)
-libgstvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) ../../../../gstreamer-NEWHEAD/gst/base/libgstbase.la
+libgstvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)