New plugin for generating a test video stream
[platform/upstream/gstreamer.git] / gst / videotestsrc / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstvideotestsrc.la
4
5 libgstvideotestsrc_la_SOURCES = \
6                         gstvideotestsrc.c
7
8 libgstvideotestsrc_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
9 libgstvideotestsrc_la_LIBADD =
10 libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
12 noinst_HEADERS = gstvideotestsrc.h