gst-gmyth/concatmux/Makefile.am
author renatofilho
Mon Aug 13 22:29:00 2007 +0100 (2007-08-13)
branchtrunk
changeset 800 2b1824e138b1
parent 609 4aac30345986
permissions -rw-r--r--
[svn r806] created a new method for transcode files
     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