mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 14:02:26 +00:00
9 lines
257 B
Makefile
9 lines
257 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdnavsrc.la
|
|
|
|
libgstdvdnavsrc_la_SOURCES = dvdnavsrc.c
|
|
libgstdvdnavsrc_la_CFLAGS = $(GST_CFLAGS) $(DVDNAV_CFLAGS)
|
|
libgstdvdnavsrc_la_LIBADD = $(DVDNAV_LIBS)
|
|
libgstdvdnavsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|