mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +00:00
37fe79eef2
Original commit message from CVS: Remove redundant plugindir definition
13 lines
307 B
Makefile
13 lines
307 B
Makefile
|
|
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 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
|
|
libgstsmpte_la_LIBADD =
|
|
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST =
|
|
|