mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
2b814e4191
And the gmodule lib has been moved into the Requires.private section of the pkg-config file in core.
12 lines
420 B
Makefile
12 lines
420 B
Makefile
plugin_LTLIBRARIES = libgstdvdread.la
|
|
|
|
libgstdvdread_la_SOURCES = dvdreadsrc.c
|
|
libgstdvdread_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(DVDREAD_CFLAGS)
|
|
libgstdvdread_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) \
|
|
$(GMODULE_NO_EXPORT_LIBS) $(DVDREAD_LIBS)
|
|
libgstdvdread_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdvdread_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = dvdreadsrc.h
|
|
|
|
EXTRA_DIST = README demo-play
|