mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
6c039d3297
Original commit message from CVS: - plugins are built without versioning info
11 lines
334 B
Makefile
11 lines
334 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmedian.la
|
|
|
|
libgstmedian_la_SOURCES = gstmedian.c
|
|
|
|
libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
libgstmedian_la_LIBADD = $(GST_LIBS)
|
|
libgstmedian_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstmedian.h
|