gst-gmyth/concatmux/Makefile.am
author morphbr
Tue May 15 23:25:17 2007 +0100 (2007-05-15)
branchtrunk
changeset 660 ba4a948c4a55
parent 609 4aac30345986
permissions -rw-r--r--
[svn r666] * GMyth-Streamer
- Updated report status on mencoder.py
     1 plugin_LTLIBRARIES = libgstconcatmux.la
     2 
     3 libgstconcatmux_la_SOURCES =	\
     4 	gstconcatmux.c 
     5 
     6 libgstconcatmux_la_CFLAGS = \
     7 	$(GST_CFLAGS) \
     8 	$(GST_BASE_CFLAGS) \
     9 	$(GST_PLUGINS_BASE_CFLAGS)
    10 
    11 libgstconcatmux_la_LIBADD = \
    12 	$(GST_LIBS_LIBS)
    13 
    14 libgstconcatmux_la_LDFLAGS = \
    15 	$(GST_LIBS) \
    16 	$(GST_PLUGIN_LDFLAGS) \
    17 	$(GST_BASE_LIBS) \
    18 	$(GST_PLUGINS_BASE_LIBS)
    19