mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
43f30739b9
Original commit message from CVS: Remove all locally-defined optimization flags
12 lines
250 B
Makefile
12 lines
250 B
Makefile
|
|
plugin_LTLIBRARIES = \
|
|
libgstcdxaparse.la
|
|
|
|
libgstcdxaparse_la_SOURCES = gstcdxaparse.c
|
|
|
|
noinst_HEADERS = \
|
|
gstcdxaparse.h
|
|
|
|
libgstcdxaparse_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdxaparse_la_LIBADD =
|
|
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|