mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 07:09:56 +00:00
ext/alsa/Makefile.am: Fix linking against libgstinterfaces. (bug #133886) Noticed by bugs@leroutier.net (Stephane LO...
Original commit message from CVS: * ext/alsa/Makefile.am: Fix linking against libgstinterfaces. (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
This commit is contained in:
parent
cd42c02dff
commit
f619d30100
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-11 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
|
||||
(bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
|
||||
|
||||
2004-02-11 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
|
||||
|
|
|
@ -8,7 +8,7 @@ libgstalsa_la_SOURCES = gstalsaplugin.c \
|
|||
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
|
||||
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstalsa_la_LIBADD = $(ALSA_LIBS) \
|
||||
-L${top_builddir}/gst-libs/gst -lgstinterfaces-@GST_MAJORMINOR@
|
||||
${top_builddir}/gst-libs/gst -lgstinterfaces-@GST_MAJORMINOR@
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstalsa.h gstalsaclock.h gstalsasink.h gstalsasrc.h \
|
||||
|
|
Loading…
Reference in a new issue