mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
07e5bc672f
Original commit message from CVS: Remove all locally-defined optimization flags
13 lines
279 B
Makefile
13 lines
279 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 = $(GST_CFLAGS)
|
|
libgstsmpte_la_LIBADD =
|
|
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST =
|
|
|