mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386.
Original commit message from CVS: * gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386.
This commit is contained in:
parent
a1abaa3bfe
commit
2d91efa33d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/alpha/Makefile.am:
|
||||
Link alpha plugin with libgstbase. Fixes bug #517386.
|
||||
|
||||
2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
|
||||
|
|
|
@ -4,7 +4,7 @@ libgstalpha_la_SOURCES = gstalpha.c
|
|||
libgstalpha_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||
libgstalpha_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_LIBS) $(LIBM) $(GST_CONTROLLER_LIBS)
|
||||
$(GST_LIBS) $(GST_BASE_LIBS) $(LIBM) $(GST_CONTROLLER_LIBS)
|
||||
libgstalpha_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstalphacolor_la_SOURCES = gstalphacolor.c
|
||||
|
|
Loading…
Reference in a new issue