[Android] Update ARM NEON mixer patch
Edward Wang
git at videolan.org
Tue Sep 25 01:04:49 CEST 2012
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Sep 24 19:04:45 2012 -0400| [f218ef796ac04e2111fba0218bb7131d7166ebf7] | committer: Edward Wang
Update ARM NEON mixer patch
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f218ef796ac04e2111fba0218bb7131d7166ebf7
---
patches/0004-add-ARM-NEON-version-of-simple-channel-mixer.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/0004-add-ARM-NEON-version-of-simple-channel-mixer.patch b/patches/0004-add-ARM-NEON-version-of-simple-channel-mixer.patch
index 473c2b3..894db6a 100644
--- a/patches/0004-add-ARM-NEON-version-of-simple-channel-mixer.patch
+++ b/patches/0004-add-ARM-NEON-version-of-simple-channel-mixer.patch
@@ -1,4 +1,4 @@
-From 6d6cae0ec66474df81da77e0b4dd0d533000b699 Mon Sep 17 00:00:00 2001
+From d012ffe8db121c21012b645ce7ae0bcd7f3ba7b6 Mon Sep 17 00:00:00 2001
From: David Geldreich <david.geldreich at free.fr>
Date: Sun, 20 May 2012 11:16:31 +0200
Subject: [PATCH 4/5] add ARM/NEON version of simple channel mixer
@@ -13,7 +13,7 @@ Subject: [PATCH 4/5] add ARM/NEON version of simple channel mixer
create mode 100644 modules/arm_neon/simple_channel_mixer.c
diff --git a/modules/LIST b/modules/LIST
-index b7ec0f3..0066411 100644
+index 100375f..33050b5 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -289,6 +289,7 @@ $Id$
@@ -23,7 +23,7 @@ index b7ec0f3..0066411 100644
+ * simple_channel_mixer_neon: channel mixer using NEON assembly
* skins2: Skinnable interface, new generation
* smf: Standard MIDI file demuxer
- * sndio: OpenBSD sndio audio output
+ * smooth: Microsoft Smooth Streaming input
diff --git a/modules/arm_neon/Modules.am b/modules/arm_neon/Modules.am
index 498368a..4f2af9e 100644
--- a/modules/arm_neon/Modules.am
More information about the Android
mailing list