mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
4063477460
Original commit message from CVS: 2005-07-01 Andy Wingo <wingo@pobox.com> * gst/videoscale: Merge David's work from 0.8 branch. Changes to come later.
17 lines
353 B
Makefile
17 lines
353 B
Makefile
|
|
plugin_LTLIBRARIES = libgstvideoscale.la
|
|
|
|
libgstvideoscale_la_SOURCES = \
|
|
gstvideoscale.c \
|
|
vs_image.c \
|
|
vs_scanline.c
|
|
|
|
libgstvideoscale_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgstvideoscale_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstvideoscale.h \
|
|
vs_image.h \
|
|
vs_scanline.h
|
|
|