gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
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.
This commit is contained in:
parent
29aea8a7cd
commit
5967f9631d
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user