summaryrefslogtreecommitdiff
path: root/packages/mythtv/files/armv5te
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-24 18:19:14 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-24 18:19:14 +0000
commit45f4f7874cb1ff999638eab0561ba310bebfd11d (patch)
tree5e5fecf7041e6193b3bdbdc720441d905cff305a /packages/mythtv/files/armv5te
parentcb8ecbc2191f9a29bf4c669bd7161b24b44513ba (diff)
mythtv 0.21: enable appropriate ARM optimization dependant on cpu and patch in NEON support for video
Diffstat (limited to 'packages/mythtv/files/armv5te')
-rw-r--r--packages/mythtv/files/armv5te/.mtn2git_empty0
-rw-r--r--packages/mythtv/files/armv5te/configh6
-rw-r--r--packages/mythtv/files/armv5te/configmak3
3 files changed, 9 insertions, 0 deletions
diff --git a/packages/mythtv/files/armv5te/.mtn2git_empty b/packages/mythtv/files/armv5te/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/mythtv/files/armv5te/.mtn2git_empty
diff --git a/packages/mythtv/files/armv5te/configh b/packages/mythtv/files/armv5te/configh
new file mode 100644
index 0000000000..46c647e2d5
--- /dev/null
+++ b/packages/mythtv/files/armv5te/configh
@@ -0,0 +1,6 @@
+#define HAVE_LLRINT 1
+#define HAVE_ROUNDF 1
+#define ARCH_ARMV4L 1
+#define ENABLE_ARMV4L 1
+#define HAVE_ARMV5TE 1
+#define ENABLE_ARMV5TE 1
diff --git a/packages/mythtv/files/armv5te/configmak b/packages/mythtv/files/armv5te/configmak
new file mode 100644
index 0000000000..aa9978515d
--- /dev/null
+++ b/packages/mythtv/files/armv5te/configmak
@@ -0,0 +1,3 @@
+ARCH_ARMV4L=yes
+HAVE_ARMV5TE=yes
+