gstreamer/gst/colorspace/Makefile.am
Christian Schaller 829d2e7c0a fix to make it possible to build from disted tarball
Original commit message from CVS:
fix to make it possible to build from disted tarball
2004-01-18 19:02:33 +00:00

17 lines
336 B
Makefile

plugin_LTLIBRARIES = libgstcolorspace.la
if HAVE_CPU_I386
ARCHSRCS = yuv2rgb_mmx16.s
else
ARCHSRCS =
endif
libgstcolorspace_la_SOURCES = gstcolorspace.c yuv2rgb.c
libgstcolorspace_la_CFLAGS = $(GST_CFLAGS)
libgstcolorspace_la_LIBADD =
libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = yuv2rgb.h gstcolorspace.h