mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
Original commit message from CVS: I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
This commit is contained in:
parent
277579eefd
commit
a826782864
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ plugindir = $(libdir)/gst
|
|||
plugin_LTLIBRARIES = libgstmodplug.la
|
||||
|
||||
libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.c
|
||||
libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue