From 96c88620c1ec72b350aa706e98b34affdd301fa8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 14 Aug 2005 16:21:00 +0000 Subject: pound some sense in the colorspace elements Original commit message from CVS: pound some sense in the colorspace elements --- gst/colorspace/Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'gst/colorspace/Makefile.am') diff --git a/gst/colorspace/Makefile.am b/gst/colorspace/Makefile.am index 697c0a92..74d55a7b 100644 --- a/gst/colorspace/Makefile.am +++ b/gst/colorspace/Makefile.am @@ -1,5 +1,4 @@ - -plugin_LTLIBRARIES = libgstcolorspace.la +plugin_LTLIBRARIES = libgstyuvtorgbcolorspace.la if HAVE_CPU_I386 ARCHSRCS = yuv2rgb_mmx16.s @@ -7,10 +6,9 @@ else ARCHSRCS = endif -libgstcolorspace_la_SOURCES = gstcolorspace.c yuv2rgb.c -libgstcolorspace_la_CFLAGS = $(GST_CFLAGS) -libgstcolorspace_la_LIBADD = -libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +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 - -- cgit v1.2.1