2000-09-21 01:34:34 +00:00
|
|
|
if HAVE_LIBMMX
|
2000-11-04 18:54:07 +00:00
|
|
|
GSTIDCTARCH_SRCS = mmxidct.S mmx32idct.c sseidct.S
|
2000-09-21 01:34:34 +00:00
|
|
|
else
|
|
|
|
GSTIDCTARCH_SRCS =
|
|
|
|
endif
|
|
|
|
|
2000-08-14 10:11:04 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstidct.la
|
|
|
|
|
2000-09-21 01:34:34 +00:00
|
|
|
libgstidct_la_SOURCES = \
|
|
|
|
fastintidct.c \
|
|
|
|
floatidct.c \
|
|
|
|
gstidct.c \
|
|
|
|
intidct.c \
|
|
|
|
$(GSTIDCTARCH_SRCS)
|
2000-08-14 10:11:04 +00:00
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
libgstidctincludedir = $(includedir)/gst/libs/gstidct
|
|
|
|
libgstidctinclude_HEADERS = gstidct.h
|
|
|
|
|
2001-01-02 08:13:34 +00:00
|
|
|
check_PROGRAMS = ieeetest
|
2000-08-14 10:11:04 +00:00
|
|
|
|
|
|
|
ieeetest_SOURCES = ieeetest.c
|
2001-01-14 21:55:41 +00:00
|
|
|
ieeetest_LDADD = libgstidct.la
|
|
|
|
ieeetest_CFLAGS = $(GNOME_CFLAGS)
|
|
|
|
ieeetest_LDFLAGS = $(GNOME_LIBS)
|
2000-08-14 10:11:04 +00:00
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
noinst_HEADERS = dct.h
|
2000-08-14 10:11:04 +00:00
|
|
|
|
2001-01-14 21:55:41 +00:00
|
|
|
CFLAGS += -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math
|