mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
14 lines
292 B
Makefile
14 lines
292 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = \
|
||
|
libgstcdxaparse.la
|
||
|
|
||
|
libgstcdxaparse_la_SOURCES = gstcdxaparse.c
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gstcdxaparse.h
|
||
|
|
||
|
libgstcdxaparse_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
||
|
libgstcdxaparse_la_LIBADD =
|
||
|
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|