mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
13 lines
370 B
Makefile
13 lines
370 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstvideotestsrc.la
|
||
|
|
||
|
libgstvideotestsrc_la_SOURCES = \
|
||
|
gstvideotestsrc.c
|
||
|
|
||
|
libgstvideotestsrc_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
||
|
libgstvideotestsrc_la_LIBADD =
|
||
|
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstvideotestsrc.h
|