2003-12-19 02:39:38 +00:00
|
|
|
plugin_LTLIBRARIES = libgstasf.la
|
2002-10-17 21:41:47 +00:00
|
|
|
|
2009-02-20 12:48:08 +00:00
|
|
|
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c asfpacket.c gstrtpasfdepay.c gstrtspwms.c
|
2006-07-28 15:15:15 +00:00
|
|
|
libgstasf_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2006-02-16 17:57:59 +00:00
|
|
|
libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)\
|
2009-02-20 12:48:08 +00:00
|
|
|
-lgstriff-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \
|
2009-04-08 18:44:53 +00:00
|
|
|
-lgstrtp-@GST_MAJORMINOR@ -lgstaudio-@GST_MAJORMINOR@ -lgsttag-@GST_MAJORMINOR@ \
|
|
|
|
$(WIN32_LIBS)
|
2003-12-19 02:39:38 +00:00
|
|
|
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-13 18:10:25 +00:00
|
|
|
libgstasf_la_LIBTOOLFLAGS = --tag=disable-static
|
2003-08-26 19:28:20 +00:00
|
|
|
|
2009-08-24 20:57:14 +00:00
|
|
|
noinst_HEADERS = gstasfdemux.h asfheaders.h asfpacket.h gstrtpasfdepay.h gstrtspwms.h
|