2000-08-14 10:11:04 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstidct.la
|
|
|
|
|
|
|
|
libgstidct_la_SOURCES = fastintidct.c floatidct.c gstidct.c intidct.c mmxidct.S mmx32idct.c
|
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
libgstidctincludedir = $(includedir)/gst/libs/gstidct
|
|
|
|
libgstidctinclude_HEADERS = gstidct.h
|
|
|
|
|
2000-08-14 10:11:04 +00:00
|
|
|
bin_PROGRAMS = ieeetest
|
|
|
|
|
|
|
|
ieeetest_SOURCES = ieeetest.c
|
|
|
|
ieeetest_LDADD = libgstidct.la $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|
|
|
|
ieeetest_CFLAGS = $(shell gnome-config --cflags gnomeui) -g -Wall
|
|
|
|
ieeetest_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
noinst_HEADERS = dct.h
|
2000-08-14 10:11:04 +00:00
|
|
|
|
|
|
|
CFLAGS += -Wall -O2 -funroll-all-loops -finline-functions -ffast-math
|
|
|
|
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|