gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
authorAndy Wingo <wingo@pobox.com>
Wed, 6 Apr 2005 11:34:30 +0000 (11:34 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 6 Apr 2005 11:34:30 +0000 (11:34 +0000)
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.

ChangeLog
gst-libs/gst/video/Makefile.am

index 8f7f398ab04825fa0e08cd4030aa01b3565489bb..482286241b8e861828b7a37437ea4f6fe2e1b382 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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>
index b79156ba44bf8c8abcc82f689a863f2ccf2e9daf..cbc40d67f324d7e1af7de7994519f7a575807dc8 100644 (file)
@@ -9,4 +9,4 @@ libgstvideoinclude_HEADERS = video.h videosink.h
 
 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)