2000-04-02 21:36:54 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstcolorspace.la
|
|
|
|
|
|
|
|
libgstcolorspace_la_SOURCES = gstcolorspace.c rgb2rgb.c yuv2rgb.c
|
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
libgstcolorspaceincludedir = $(includedir)/gst/libs/gstcolorspace
|
2000-04-02 21:36:54 +00:00
|
|
|
libgstcolorspaceinclude_HEADERS = gstcolorspace.h
|
|
|
|
|
|
|
|
noinst_HEADERS = yuv2rgb.h
|
|
|
|
|
|
|
|
CFLAGS += -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
|
|
|
|
2000-04-09 21:36:56 +00:00
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include
|
2000-04-02 21:36:54 +00:00
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|