From 6da14d0c4187f94b2742b228da7f1370dcb92853 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 23 Aug 2010 15:44:50 +0200 Subject: videomixer: Optimize ARGB blending and implement BGRA blending with orc This now means, that we have absolutely no handwritten assembly anymore in videomixer and it's also faster now when using SSE. --- gst/videomixer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videomixer/Makefile.am') diff --git a/gst/videomixer/Makefile.am b/gst/videomixer/Makefile.am index fee1c06a5..193d8a745 100644 --- a/gst/videomixer/Makefile.am +++ b/gst/videomixer/Makefile.am @@ -13,4 +13,4 @@ libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvideomixer_la_LIBTOOLFLAGS = --tag=disable-static # headers we need but don't want installed -noinst_HEADERS = videomixer.h videomixerpad.h blend.h blend_mmx.h +noinst_HEADERS = videomixer.h videomixerpad.h blend.h -- cgit v1.2.3