2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideoscale.la
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2014-10-24 15:08:43 +00:00
|
|
|
libgstvideoscale_la_SOURCES = gstvideoscale.c
|
2010-06-07 06:47:16 +00:00
|
|
|
|
2014-10-24 15:08:43 +00:00
|
|
|
libgstvideoscale_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2006-05-12 21:30:00 +00:00
|
|
|
libgstvideoscale_la_LIBADD = \
|
2012-04-04 12:20:13 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
|
2014-10-24 15:08:43 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
2012-10-24 10:10:44 +00:00
|
|
|
libgstvideoscale_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2005-07-01 16:55:43 +00:00
|
|
|
noinst_HEADERS = \
|
2014-10-24 15:08:43 +00:00
|
|
|
gstvideoscale.h
|