gst-gmyth/concatmux/Makefile.am
author morphbr
Thu May 31 19:36:03 2007 +0100 (2007-05-31)
branchtrunk
changeset 728 6e54ca4a4e9a
parent 609 4aac30345986
permissions -rw-r--r--
[svn r734] * GMyth-Streamer
- Close socket when transcoding to file (bug fix)
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