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 \
|
|
|
|
vs_scanline.c
|
|
|
|
|
2006-01-27 23:40:19 +00:00
|
|
|
libgstvideoscale_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_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)
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2005-07-01 16:55:43 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstvideoscale.h \
|
|
|
|
vs_image.h \
|
|
|
|
vs_scanline.h
|