mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
This commit is contained in:
parent
ea675ccaad
commit
7b3a0244f8
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 8b323f41bfaccb8f30bddfc6ff8bd6a4be04a3e1
|
||||
Subproject commit 6b0a313b93535f0df7956a01405ddb63a3d76b5a
|
|
@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstmplex.la
|
|||
|
||||
libgstmplex_la_SOURCES = gstmplex.cc
|
||||
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/ext/mplex/
|
||||
libgstmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
|
||||
libgstmplex_la_LIBADD = $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
|
||||
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmplex.h
|
||||
|
|
Loading…
Reference in a new issue