From 1ca7ef34c29c044f65901d3a7c14a2e5389b252f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 10 Feb 2006 17:41:18 +0000 Subject: Port cdxaparse, makes VCD playback work. 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. --- gst/cdxaparse/Makefile.am | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'gst/cdxaparse/Makefile.am') diff --git a/gst/cdxaparse/Makefile.am b/gst/cdxaparse/Makefile.am index ef9315b7..07a2d076 100644 --- a/gst/cdxaparse/Makefile.am +++ b/gst/cdxaparse/Makefile.am @@ -1,13 +1,22 @@ plugin_LTLIBRARIES = libgstcdxaparse.la +# gstcdxastrip.c +# gstcdxastrip.h + libgstcdxaparse_la_SOURCES = \ - gstcdxaparse.c \ - gstcdxastrip.c + gstcdxaparse.c + noinst_HEADERS = \ - gstcdxaparse.h \ - gstcdxastrip.h + 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_CFLAGS = $(GST_CFLAGS) -libgstcdxaparse_la_LIBADD = libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1