summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/dct64_sse.c3
-rw-r--r--mp3lib/sr1.c4
2 files changed, 2 insertions, 5 deletions
diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c
index cfb3948ee2..c2270ba9be 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -5,7 +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 694961ebc0..3b3a2af204 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -24,10 +24,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