From 82c5fb840e93289b9a6356d7daf7f79eb95c3ac7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 19:40:53 +0000 Subject: more fixes Original commit message from CVS: more fixes --- gst-libs/gst/idct/Makefile.am | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 gst-libs/gst/idct/Makefile.am (limited to 'gst-libs/gst/idct/Makefile.am') diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am new file mode 100644 index 00000000..8dabafab --- /dev/null +++ b/gst-libs/gst/idct/Makefile.am @@ -0,0 +1,31 @@ +if HAVE_LIBMMX +GSTIDCTARCH_SRCS = mmxidct.S mmx32idct.c sseidct.S +else +GSTIDCTARCH_SRCS = +endif + +librarydir = $(libdir)/gst + +library_LTLIBRARIES = libgstidct.la + +libgstidct_la_SOURCES = \ + fastintidct.c \ + floatidct.c \ + gstidct.c \ + intidct.c \ + $(GSTIDCTARCH_SRCS) + +libgstidctincludedir = $(includedir)/gst/idct +libgstidctinclude_HEADERS = idct.h + +check_PROGRAMS = ieeetest + +ieeetest_SOURCES = ieeetest.c +ieeetest_LDADD = libgstidct.la +ieeetest_CFLAGS = $(GST_CFLAGS) +ieeetest_LDFLAGS = $(GST_LIBS) + +noinst_HEADERS = dct.h + +libgstidct_la_LIBADD = $(GST_LIBS) +libgstidct_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math -- cgit v1.2.1