adding libstdc++
Original commit message from CVS: adding libstdc++
This commit is contained in:
parent
f3f59b4b1c
commit
5f4fb78871
@ -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…
x
Reference in New Issue
Block a user