gst-gmyth/concatmux/Makefile.am
author morphbr
Tue Jun 12 22:13:46 2007 +0100 (2007-06-12)
branchtrunk
changeset 748 bf9dac4bdc5d
parent 609 4aac30345986
permissions -rw-r--r--
[svn r754] * GMencoder:
- Fixed identation

* GMyth-Streamer:
- Bug fixes
- Status bug fix for mythtv files
renatofilho@609
     1
plugin_LTLIBRARIES = libgstconcatmux.la
renatofilho@609
     2
renatofilho@609
     3
libgstconcatmux_la_SOURCES =	\
renatofilho@609
     4
	gstconcatmux.c 
renatofilho@609
     5
renatofilho@609
     6
libgstconcatmux_la_CFLAGS = \
renatofilho@609
     7
	$(GST_CFLAGS) \
renatofilho@609
     8
	$(GST_BASE_CFLAGS) \
renatofilho@609
     9
	$(GST_PLUGINS_BASE_CFLAGS)
renatofilho@609
    10
renatofilho@609
    11
libgstconcatmux_la_LIBADD = \
renatofilho@609
    12
	$(GST_LIBS_LIBS)
renatofilho@609
    13
renatofilho@609
    14
libgstconcatmux_la_LDFLAGS = \
renatofilho@609
    15
	$(GST_LIBS) \
renatofilho@609
    16
	$(GST_PLUGIN_LDFLAGS) \
renatofilho@609
    17
	$(GST_BASE_LIBS) \
renatofilho@609
    18
	$(GST_PLUGINS_BASE_LIBS)
renatofilho@609
    19