2001-12-22 23:27:17 +00:00
|
|
|
|
2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideoscale.la
|
2001-12-22 23:27:17 +00:00
|
|
|
|
|
|
|
if HAVE_CPU_I386
|
|
|
|
ARCHSRCS = \
|
|
|
|
videoscale_x86.c \
|
|
|
|
videoscale_x86_asm.s
|
|
|
|
else
|
|
|
|
ARCHSRCS =
|
|
|
|
endif
|
|
|
|
|
|
|
|
libgstvideoscale_la_SOURCES = \
|
|
|
|
gstvideoscale.c \
|
|
|
|
videoscale.c \
|
|
|
|
$(ARCHSRCS)
|
2003-09-11 19:58:00 +00:00
|
|
|
libgstvideoscale_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstvideoscale_la_LIBADD =
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2003-05-12 13:17:11 +00:00
|
|
|
noinst_HEADERS = gstvideoscale.h videoscale_x86.h videoscale.h
|