mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
96c88620c1
Original commit message from CVS: pound some sense in the colorspace elements
14 lines
374 B
Makefile
14 lines
374 B
Makefile
plugin_LTLIBRARIES = libgstyuvtorgbcolorspace.la
|
|
|
|
if HAVE_CPU_I386
|
|
ARCHSRCS = yuv2rgb_mmx16.s
|
|
else
|
|
ARCHSRCS =
|
|
endif
|
|
|
|
libgstyuvtorgbcolorspace_la_SOURCES = gstcolorspace.c yuv2rgb.c
|
|
libgstyuvtorgbcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstyuvtorgbcolorspace_la_LIBADD =
|
|
libgstyuvtorgbcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = yuv2rgb.h gstcolorspace.h
|