summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/dct64.c1
-rw-r--r--mp3lib/dct64_sse.c1
-rw-r--r--mp3lib/decode_mmx.c1
-rw-r--r--mp3lib/tabinit.c2
4 files changed, 0 insertions, 5 deletions
diff --git a/mp3lib/dct64.c b/mp3lib/dct64.c
index 54ac3c3d6a..514aa4fc65 100644
--- a/mp3lib/dct64.c
+++ b/mp3lib/dct64.c
@@ -321,4 +321,3 @@ void mp3lib_dct64(real *a,real *b,real *c)
real bufs[0x40];
dct64_1(a,b,bufs,bufs+0x20,c);
}
-
diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c
index 2827f2c1b1..c2270ba9be 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -421,4 +421,3 @@ void dct64_sse(short *out0,short *out1,real *c)
#endif
out1[0] = out0[0];
}
-
diff --git a/mp3lib/decode_mmx.c b/mp3lib/decode_mmx.c
index e850034254..de48cd41b7 100644
--- a/mp3lib/decode_mmx.c
+++ b/mp3lib/decode_mmx.c
@@ -368,4 +368,3 @@ ASMALIGN(4)
:"memory", "%eax");
return 0;
}
-
diff --git a/mp3lib/tabinit.c b/mp3lib/tabinit.c
index 513d268eff..79ac1c9f15 100644
--- a/mp3lib/tabinit.c
+++ b/mp3lib/tabinit.c
@@ -73,5 +73,3 @@ static void make_decode_tables(long scaleval)
scaleval = - scaleval;
}
}
-
-