[svn r951] gmyth now is 0.8.1. Added methods epg_is_connected() and scheduler_is_connected()
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
3 plugin_LTLIBRARIES = libgstmythtvsrc.la
5 libgstmythtvsrc_la_SOURCES = \
9 libgstmythtvsrc_la_CFLAGS = \
14 libgstmythtvsrc_la_LDFLAGS = \
17 libgstmythtvsrc_la_LIBADD = \
22 gstmythtvsrc.c: gstmythtvsrc.h
23 cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-plugins-bad/ext/mythtv/gstmythtvsrc.c
24 mv gst-plugins-bad/ext/mythtv/gstmythtvsrc.c .
27 cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-plugins-bad/ext/mythtv/gstmythtvsrc.h
28 mv gst-plugins-bad/ext/mythtv/gstmythtvsrc.h .
34 $(libgstmythtvsrc_la_SOURCES)