mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
1ca7ef34c2
Original commit message from CVS: * configure.ac: * gst/cdxaparse/Makefile.am: * gst/cdxaparse/gstcdxaparse.c: * gst/cdxaparse/gstcdxaparse.h: Port cdxaparse, makes VCD playback work.
22 lines
390 B
Makefile
22 lines
390 B
Makefile
plugin_LTLIBRARIES = libgstcdxaparse.la
|
|
|
|
# gstcdxastrip.c
|
|
# gstcdxastrip.h
|
|
|
|
libgstcdxaparse_la_SOURCES = \
|
|
gstcdxaparse.c
|
|
|
|
|
|
noinst_HEADERS = \
|
|
gstcdxaparse.h
|
|
|
|
libgstcdxaparse_la_CFLAGS = \
|
|
$(GST_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
libgstcdxaparse_la_LIBADD = \
|
|
$(GST_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstriff-@GST_MAJORMINOR@
|
|
|
|
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|