2000-05-12 17:39:40 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstvideoscale.la
|
|
|
|
|
2001-01-26 21:19:49 +00:00
|
|
|
if HAVE_CPU_I386
|
2001-01-26 22:10:12 +00:00
|
|
|
SCALER = gstscale_x86.c gstscale_x86_asm.s
|
2001-01-26 21:19:49 +00:00
|
|
|
else
|
|
|
|
SCALER =
|
|
|
|
endif
|
|
|
|
|
|
|
|
libgstvideoscale_la_SOURCES = gstvideoscale.c $(SCALER)
|
2000-05-12 17:39:40 +00:00
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
libgstvideoscaleincludedir = $(includedir)/gst/libs/gstvideoscale
|
2001-01-26 21:19:49 +00:00
|
|
|
libgstvideoscaleinclude_HEADERS = gstvideoscale.h
|
2000-05-12 17:39:40 +00:00
|
|
|
|
2001-01-26 21:19:49 +00:00
|
|
|
noinst_HEADERS = gstscale_x86.h
|
2000-05-12 17:39:40 +00:00
|
|
|
|
2001-01-26 21:19:49 +00:00
|
|
|
#CFLAGS += -S -O1 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math
|
2001-02-24 00:23:21 +00:00
|
|
|
CFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GST_CFLAGS) $(XML_CFLAGS) -O5 -fomit-frame-pointer -ffast-math
|