diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-24 18:19:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-24 18:19:14 +0000 |
commit | 45f4f7874cb1ff999638eab0561ba310bebfd11d (patch) | |
tree | 5e5fecf7041e6193b3bdbdc720441d905cff305a /packages/mythtv/files/armv6/configmak | |
parent | cb8ecbc2191f9a29bf4c669bd7161b24b44513ba (diff) |
mythtv 0.21: enable appropriate ARM optimization dependant on cpu and patch in NEON support for video
Diffstat (limited to 'packages/mythtv/files/armv6/configmak')
-rw-r--r-- | packages/mythtv/files/armv6/configmak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/mythtv/files/armv6/configmak b/packages/mythtv/files/armv6/configmak new file mode 100644 index 0000000000..4db5dc0dfd --- /dev/null +++ b/packages/mythtv/files/armv6/configmak @@ -0,0 +1,3 @@ +ARCH_ARMV4L=yes +HAVE_ARMV5TE=yes +HAVE_ARMV6=yes |