gst-gmyth/mythsrc/Makefile.am
author morphbr
Fri Aug 31 18:31:09 2007 +0100 (2007-08-31)
branchtrunk
changeset 837 6b3c7c0b32ad
child 839 5930595a2ae5
permissions -rwxr-xr-x
[svn r843] - Updated "chunked" bug on gmencoder
- Updated "poll" bug on gmencoder
- Updated wrong method name on transcoder
- Updated request_handler error message
- New version of gmyth_cat
     1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
     2 
     3 plugin_LTLIBRARIES =	libgstmythtvsrc.la
     4 
     5 libgstmythtvsrc_la_SOURCES =	\
     6 	gstmythtvsrc.c
     7 
     8 libgstmythtvsrc_la_CFLAGS = \
     9 	$(GST_CFLAGS) \
    10 	$(GST_BASE_CFLAGS) \
    11 	$(GMYTH_CFLAGS)
    12 
    13 libgstmythtvsrc_la_LDFLAGS = \
    14 	$(GST_PLUGIN_LDFLAGS)
    15 
    16 libgstmythtvsrc_la_LIBADD = \
    17 	$(GST_LIBS) \
    18 	$(GST_BASE_LIBS) \
    19 	$(GMYTH_LIBS)
    20 
    21 noinst_HEADERS = \
    22 	gstmythtvsrc.h
    23