2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideoscale.la
|
2001-12-22 23:27:17 +00:00
|
|
|
|
|
|
|
libgstvideoscale_la_SOURCES = \
|
2005-07-01 16:55:43 +00:00
|
|
|
gstvideoscale.c \
|
|
|
|
vs_image.c \
|
2006-11-14 23:08:38 +00:00
|
|
|
vs_scanline.c \
|
|
|
|
vs_4tap.c
|
2005-07-01 16:55:43 +00:00
|
|
|
|
2007-01-04 12:49:48 +00:00
|
|
|
libgstvideoscale_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_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 = \
|
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
|
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
2008-10-16 15:07:00 +00:00
|
|
|
libgstvideoscale_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2005-07-01 16:55:43 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstvideoscale.h \
|
|
|
|
vs_image.h \
|
2006-11-14 23:08:38 +00:00
|
|
|
vs_scanline.h \
|
|
|
|
vs_4tap.h
|