mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
ext/libvisual/Makefile.am: link against gst-base-libs
Original commit message from CVS: * ext/libvisual/Makefile.am: link against gst-base-libs
This commit is contained in:
parent
f50da006ec
commit
3e8ada2cfe
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-07 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/libvisual/Makefile.am:
|
||||
link against gst-base-libs
|
||||
|
||||
2005-09-06 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Enable libvisual plugin.
|
||||
|
|
|
@ -4,4 +4,5 @@ libgstlibvisual_la_SOURCES = visual.c
|
|||
libgstlibvisual_la_CFLAGS = $(GST_CFLAGS) $(LIBVISUAL_CFLAGS)
|
||||
libgstlibvisual_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstlibvisual_la_LIBADD = \
|
||||
$(LIBVISUAL_LIBS)
|
||||
$(LIBVISUAL_LIBS) \
|
||||
$(GST_BASE_LIBS)
|
||||
|
|
Loading…
Reference in a new issue