mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
a hackish fix to link arts to the proper libs
Original commit message from CVS: a hackish fix to link arts to the proper libs
This commit is contained in:
parent
c0d826fda9
commit
37016f7829
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
|
|||
libgstarts_la_SOURCES = gst_arts.c gst_artsio.cc gst_artsio_impl.cc
|
||||
libgstarts_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
|
||||
libgstarts_la_LIBADD = $(GST_LIBS) $(ARTS_LIBS)
|
||||
libgstarts_la_LIBADD = $(GST_LIBS) $(ARTS_LIBS) -lartsflow
|
||||
libgstarts_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
EXTRA_DIST = gst_artsio.idl
|
||||
|
|
Loading…
Reference in a new issue