gst-gmyth/decodebin2/Makefile.am
author melunko
Tue Aug 21 16:02:24 2007 +0100 (2007-08-21)
branchtrunk
changeset 814 8a6b143057d7
permissions -rw-r--r--
[svn r820] Added gmyth_scheduler_add_exception() function to remove only one schedule when all occurrences options has been used.
     1 plugin_LTLIBRARIES = libgstdecodebin2.la
     2 
     3 libgstdecodebin2_la_SOURCES =	\
     4 	gstdecodebin2.c \
     5 	gstplay-marshal.c
     6 
     7 libgstdecodebin2_la_CFLAGS = \
     8 	$(GST_CFLAGS) \
     9 	$(GST_BASE_CFLAGS) \
    10 	$(GST_PLUGINS_BASE_CFLAGS)
    11 
    12 libgstdecodebin2_la_LIBADD = \
    13 	$(GST_LIBS_LIBS)
    14 
    15 libgstdecodebin2_la_LDFLAGS = \
    16 	$(GST_LIBS) \
    17 	$(GST_PLUGIN_LDFLAGS) \
    18 	$(GST_BASE_LIBS) \
    19 	$(GST_PLUGINS_BASE_LIBS)
    20 
    21 noinst_HEADERS = \
    22 	gstplay-marshal.h
    23