2002-12-08 14:50:09 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
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-05-21 15:16:51 +00:00
|
|
|
libgstvideoscale_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_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
|