mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
modplug: don't hardcode c++ standard library
Fixes build with llvm on FreeBSD. https://bugzilla.gnome.org//show_bug.cgi?id=731930
This commit is contained in:
parent
d69777509d
commit
386e5774a7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstmodplug.la
|
||||||
|
|
||||||
libgstmodplug_la_SOURCES = gstmodplug.cc
|
libgstmodplug_la_SOURCES = gstmodplug.cc
|
||||||
libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MODPLUG_CFLAGS)
|
libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MODPLUG_CFLAGS)
|
||||||
libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lstdc++ $(LIBM) $(MODPLUG_LIBS)
|
libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(LIBM) $(MODPLUG_LIBS)
|
||||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstmodplug_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstmodplug_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue