mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
10 lines
345 B
Makefile
10 lines
345 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstsmooth.la
|
|
|
|
libgstsmooth_la_SOURCES = gstsmooth.c
|
|
libgstsmooth_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
libgstsmooth_la_LIBADD =
|
|
libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstsmooth.h
|