2010-05-13 20:38:03 +00:00
|
|
|
plugin_LTLIBRARIES = libgsth263parse.la
|
|
|
|
|
2011-01-28 11:38:19 +00:00
|
|
|
libgsth263parse_la_SOURCES = plugin.c \
|
|
|
|
h263parse.c gsth263parse.c gsth264parse.c h264parse.c gstbaseparse.c
|
2010-05-13 20:38:03 +00:00
|
|
|
libgsth263parse_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgsth263parse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
libgsth263parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgsth263parse_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2011-01-28 11:38:19 +00:00
|
|
|
noinst_HEADERS = gsth263parse.h h263parse.h \
|
2011-01-31 17:45:19 +00:00
|
|
|
gsth264parse.h gsth264parse.h h264parse.h \
|
2011-01-28 11:38:19 +00:00
|
|
|
gstbaseparse.h
|