mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
386e5774a7
Fixes build with llvm on FreeBSD. https://bugzilla.gnome.org//show_bug.cgi?id=731930
9 lines
383 B
Makefile
9 lines
383 B
Makefile
plugin_LTLIBRARIES = libgstmodplug.la
|
|
|
|
libgstmodplug_la_SOURCES = gstmodplug.cc
|
|
libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MODPLUG_CFLAGS)
|
|
libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(LIBM) $(MODPLUG_LIBS)
|
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmodplug_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstmodplug.h
|