gst-plugins-nuvdemux/nuvdemux/Makefile.am
author morphbr
Sat Feb 10 20:01:54 2007 +0000 (2007-02-10)
branchtrunk
changeset 349 7005e696052c
parent 75 761a8bbe4278
permissions -rw-r--r--
[svn r351] - Bug fix in gmyth_util.c: included support for time without seconds in gmyth_util_string_to_time_val_fmt (XML format from backend)
- Bug fix in gmyth_http.c: fixed bug when there are no channels
- gmyth_vlc.c/h: included support to specify a port when connecting to VLC
- tests: fixed vlc test file regarding the fix above
created script to compile http test app
renatofilho@74
     1
plugin_LTLIBRARIES = libgstnuvdemux.la
melunko@47
     2
melunko@47
     3
libgstnuvdemux_la_SOURCES =	\
renatofilho@74
     4
	gstnuvdemux.c 
melunko@47
     5
melunko@47
     6
libgstnuvdemux_la_CFLAGS = \
melunko@47
     7
	$(GST_CFLAGS) \
leo_sobral@286
     8
	$(GST_BASE_CFLAGS) \
melunko@47
     9
	$(GST_PLUGINS_BASE_CFLAGS)
melunko@47
    10
melunko@47
    11
libgstnuvdemux_la_LIBADD = \
melunko@47
    12
	$(GST_LIBS_LIBS)
melunko@47
    13
melunko@47
    14
libgstnuvdemux_la_LDFLAGS = \
leo_sobral@286
    15
	$(GST_LIBS) \
melunko@47
    16
	$(GST_PLUGIN_LDFLAGS) \
melunko@47
    17
	$(GST_BASE_LIBS) \
melunko@47
    18
	$(GST_PLUGINS_BASE_LIBS)
melunko@47
    19
melunko@47
    20
noinst_HEADERS = \
melunko@47
    21
	gstnuvdemux.h 
melunko@47
    22