7285410a2abee5f02e497861a6f64cdd4aa0189d
[platform/upstream/gstreamer.git] / libs / videoscale / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstvideoscale.la
4
5 libgstvideoscale_la_SOURCES = gstvideoscale.c 
6
7 libgstvideoscaleincludedir = $(includedir)/gst/libs/gstvideoscale.h
8 libgstvideoscaleinclude_HEADERS = gstvideoscale.h
9
10 noinst_HEADERS = yuv2rgb.h
11
12 CFLAGS += -Wall -O1 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
13
14 INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include
15 LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la