mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
adding libstdc++
Original commit message from CVS: adding libstdc++
This commit is contained in:
parent
f3f59b4b1c
commit
5f4fb78871
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ plugin_LTLIBRARIES = libgstmodplug.la
|
|||
|
||||
libgstmodplug_la_SOURCES = gstmodplug.cc
|
||||
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la
|
||||
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmodplug.h
|
||||
|
|
|
@ -2,6 +2,7 @@ noinst_LTLIBRARIES = libmodplug.la
|
|||
|
||||
libmodplug_la_CXXFLAGS = -fno-exceptions -Wall -ffast-math -D_REENTRANT
|
||||
libmodplug_la_LDFLAGS = -module -avoid-version
|
||||
libmodplug_la_LIBS = -lstdc++
|
||||
libmodplug_la_SOURCES = tables.cpp \
|
||||
sndmix.cpp \
|
||||
sndfile.cpp \
|
||||
|
|
Loading…
Reference in a new issue