mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
829d2e7c0a
Original commit message from CVS: fix to make it possible to build from disted tarball
16 lines
336 B
Makefile
16 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
|
|
|