gstreamer/gst/videotestsrc/Makefile.am

13 lines
370 B
Makefile
Raw Normal View History

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