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
12 lines
278 B
Makefile
12 lines
278 B
Makefile
|
|
plugin_LTLIBRARIES = \
|
|
libgstcdxaparse.la
|
|
|
|
libgstcdxaparse_la_SOURCES = gstcdxaparse.c
|
|
|
|
noinst_HEADERS = \
|
|
gstcdxaparse.h
|
|
|
|
libgstcdxaparse_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
|
|
libgstcdxaparse_la_LIBADD =
|
|
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|