mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
9b067365c9
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
14 lines
321 B
Makefile
14 lines
321 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstsmpte.la
|
|
|
|
libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c
|
|
|
|
noinst_HEADERS = gstsmpte.h gstmask.h paint.h
|
|
|
|
libgstsmpte_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
|
libgstsmpte_la_LIBADD =
|
|
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST =
|
|
|