gst-gmyth/multiqueue/Makefile.am
author morphbr
Fri Aug 31 18:31:09 2007 +0100 (2007-08-31)
branchtrunk
changeset 837 6b3c7c0b32ad
permissions -rw-r--r--
[svn r843] - Updated "chunked" bug on gmencoder
- Updated "poll" bug on gmencoder
- Updated wrong method name on transcoder
- Updated request_handler error message
- New version of gmyth_cat
renatofilho@787
     1
plugin_LTLIBRARIES = libgstmultiqueue.la
renatofilho@787
     2
renatofilho@787
     3
libgstmultiqueue_la_SOURCES =	\
renatofilho@787
     4
	gstmultiqueue.c \
renatofilho@787
     5
	gstdataqueue.c
renatofilho@787
     6
renatofilho@787
     7
libgstmultiqueue_la_CFLAGS = \
renatofilho@787
     8
	$(GST_CFLAGS) \
renatofilho@787
     9
	$(GST_BASE_CFLAGS) \
renatofilho@787
    10
	$(GST_PLUGINS_BASE_CFLAGS)
renatofilho@787
    11
renatofilho@787
    12
libgstmultiqueue_la_LIBADD = \
renatofilho@787
    13
	$(GST_LIBS_LIBS)
renatofilho@787
    14
renatofilho@787
    15
libgstmultiqueue_la_LDFLAGS = \
renatofilho@787
    16
	$(GST_LIBS) \
renatofilho@787
    17
	$(GST_PLUGIN_LDFLAGS) \
renatofilho@787
    18
	$(GST_BASE_LIBS) \
renatofilho@787
    19
	$(GST_PLUGINS_BASE_LIBS)
renatofilho@787
    20
renatofilho@787
    21
noinst_HEADERS = \
renatofilho@787
    22
	gstmultiqueue.h \
renatofilho@787
    23
	gstdataqueue.h
renatofilho@787
    24