2001-12-23 19:40:53 +00:00
|
|
|
if HAVE_LIBMMX
|
|
|
|
GSTIDCTARCH_SRCS = mmxidct.S mmx32idct.c sseidct.S
|
|
|
|
else
|
|
|
|
GSTIDCTARCH_SRCS =
|
|
|
|
endif
|
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-23 19:40:53 +00:00
|
|
|
|
|
|
|
library_LTLIBRARIES = libgstidct.la
|
|
|
|
|
|
|
|
libgstidct_la_SOURCES = \
|
|
|
|
fastintidct.c \
|
|
|
|
floatidct.c \
|
2001-12-23 20:14:18 +00:00
|
|
|
idct.c \
|
2001-12-23 19:40:53 +00:00
|
|
|
intidct.c \
|
|
|
|
$(GSTIDCTARCH_SRCS)
|
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
libgstidctincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/idct
|
|
|
|
libgstidctinclude_HEADERS = idct.h
|
|
|
|
noinst_HEADERS = dct.h
|
2001-12-23 19:40:53 +00:00
|
|
|
|
2002-04-12 19:28:21 +00:00
|
|
|
## check_PROGRAMS = ieeetest
|
2001-12-23 19:40:53 +00:00
|
|
|
|
2002-04-12 21:10:31 +00:00
|
|
|
## ieeetest_SOURCES = ieeetest.c
|
|
|
|
## ieeetest_LDADD = libgstidct.la
|
|
|
|
## ieeetest_CFLAGS = $(GST_CFLAGS)
|
|
|
|
## ieeetest_LDFLAGS = $(GST_LIBS)
|
2001-12-23 19:40:53 +00:00
|
|
|
|
|
|
|
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstidct_la_LIBADD =
|
2003-09-11 19:57:59 +00:00
|
|
|
libgstidct_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstidct_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|