mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
58a92964c6
Mostly just add missing $(GST_BASE_CFLAGS), but also fix up order of flags (see docs/random/moving-plugins).
13 lines
480 B
Makefile
13 lines
480 B
Makefile
plugin_LTLIBRARIES = libgstcdparanoia.la
|
|
|
|
libgstcdparanoia_la_SOURCES = gstcdparanoiasrc.c
|
|
libgstcdparanoia_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstcdparanoia_la_LIBADD = \
|
|
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$(GST_MAJORMINOR).la \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
$(CDPARANOIA_LIBS)
|
|
libgstcdparanoia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstcdparanoia_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstcdparanoiasrc.h
|