Significant improvements to videotestsrc. More modular, handles RGB formats.
[platform/upstream/gstreamer.git] / gst / videotestsrc / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstvideotestsrc.la
4
5 libgstvideotestsrc_la_SOURCES = \
6                         gstvideotestsrc.c \
7                         videotestsrc.c
8
9 libgstvideotestsrc_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
10 libgstvideotestsrc_la_LIBADD =
11 libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12
13 noinst_HEADERS = gstvideotestsrc.h videotestsrc.h