mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
Make these compile with both solaris as well as lunix-based stuffies
Original commit message from CVS: Make these compile with both solaris as well as lunix-based stuffies
This commit is contained in:
parent
e87e59e1b3
commit
aac0adf393
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|||
plugin_LTLIBRARIES = libgstmodplug.la
|
||||
|
||||
libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc
|
||||
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_CPPFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_CXXFLAGS = $(libgstmodplug_la_CPPFLAGS)
|
||||
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue