mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
7db2e8baa0
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 =
|
|
|