summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/dct64_sse.c2
-rw-r--r--mp3lib/sr1.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c
index b67381eadc..c2270ba9be 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -5,8 +5,8 @@
* and mp3lib/dct64_mmx.c
*/
-#include "libavutil/internal.h"
#include "libavutil/mem.h"
+
#include "mpg123.h"
extern float __attribute__((aligned(16))) costab_mmx[];
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 7e57ec4a44..57f05787e2 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -23,10 +23,6 @@
#include "libvo/fastmemcpy.h"
#include "libavutil/common.h"
-#include "libavutil/internal.h"
-
-#undef fprintf
-#undef printf
#if ARCH_X86_64
// 3DNow! and 3DNow!Ext routines don't compile under AMD64