mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
126371be0c
Original commit message from CVS: merge from release branch
13 lines
333 B
Makefile
13 lines
333 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
|
|
|
libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
|
|
|
|
noinst_HEADERS = synaescope.h
|
|
|
|
libgstsynaesthesia_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
|
libgstsynaesthesia_la_LIBADD =
|
|
libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|