mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
37fe79eef2
Original commit message from CVS: Remove redundant plugindir definition
10 lines
287 B
Makefile
10 lines
287 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmedian.la
|
|
|
|
libgstmedian_la_SOURCES = gstmedian.c
|
|
|
|
libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) $(GST_CFLAGS)
|
|
libgstmedian_la_LIBADD =
|
|
libgstmedian_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmedian.h
|