minor cahnges to M-HT's filters
authornotaz <notasas@gmail.com>
Sun, 28 Oct 2012 14:57:42 +0000 (16:57 +0200)
committernotaz <notasas@gmail.com>
Sun, 28 Oct 2012 14:57:42 +0000 (16:57 +0200)
README
arm/neon_eagle2x.S
arm/neon_scale2x.S

diff --git a/README b/README
index f62400f..8c45c81 100644 (file)
--- a/README
+++ b/README
@@ -7,5 +7,8 @@ tripple-licensed with these licenses:
 When used as part of another project, host project's license usually applies
 to combined source code as a whole.
 
+The library also contains filters by Roman Pauer (M-HT), that are licensed
+under MIT license, which is compatible with the above licenses.
+
 
 - notaz
index c4e96c2..aa70021 100644 (file)
@@ -22,8 +22,8 @@
 \r
 .arm\r
 \r
-.include "neon_eagle2x.Sinc"\r
-.include "neon_normalxx.Sinc"\r
+#include "neon_eagle2x.Sinc"\r
+#include "neon_normalxx.Sinc"\r
 \r
 .global neon_eagle2x_8_8\r
 .global neon_eagle2x_16_16\r
index 5df6ee5..5c68cc6 100644 (file)
@@ -22,8 +22,8 @@
 \r
 .arm\r
 \r
-.include "neon_scale2x.Sinc"\r
-.include "neon_normalxx.Sinc"\r
+#include "neon_scale2x.Sinc"\r
+#include "neon_normalxx.Sinc"\r
 \r
 .global neon_scale2x_8_8\r
 .global neon_scale2x_16_16\r