2000-05-12 17:39:40 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstvideoscale.la
|
|
|
|
|
|
|
|
libgstvideoscale_la_SOURCES = gstvideoscale.c
|
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
libgstvideoscaleincludedir = $(includedir)/gst/libs/gstvideoscale
|
2000-05-12 17:39:40 +00:00
|
|
|
libgstvideoscaleinclude_HEADERS = gstvideoscale.h
|
|
|
|
|
|
|
|
noinst_HEADERS = yuv2rgb.h
|
|
|
|
|
2000-06-25 21:38:00 +00:00
|
|
|
CFLAGS += -Wall -O1 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
2000-05-12 17:39:40 +00:00
|
|
|
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|