mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
6863dd9240
Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
13 lines
292 B
Makefile
13 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)
|