[oe-commits] Martin Jansa : Fix mplayer build with HAVE_NEON 0

git version control git at git.openembedded.org
Thu Sep 17 21:06:18 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 3b1f42c6915d666bc56e5fbf22ab18bd742a3024
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b1f42c6915d666bc56e5fbf22ab18bd742a3024

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Sep 17 20:01:02 2009 +0000

Fix mplayer build with HAVE_NEON 0

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/mplayer/files/configh   |    1 +
 recipes/mplayer/files/configmak |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/mplayer/files/configh b/recipes/mplayer/files/configh
index 2fe7658..3780139 100644
--- a/recipes/mplayer/files/configh
+++ b/recipes/mplayer/files/configh
@@ -1,2 +1,3 @@
 #define HAVE_LLRINT 1
 #define HAVE_ROUNDF 1
+#define HAVE_NEON 0
diff --git a/recipes/mplayer/files/configmak b/recipes/mplayer/files/configmak
index e69de29..d1058eb 100644
--- a/recipes/mplayer/files/configmak
+++ b/recipes/mplayer/files/configmak
@@ -0,0 +1 @@
+HAVE_NEON=no





More information about the Openembedded-commits mailing list