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 9381b2adf7..56caeddd71 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -5,7 +5,7 @@
* and mp3lib/dct64_mmx.c
*/
-#include "libavutil/internal.h"
+#include "libavutil/mem.h"
typedef float real;
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 224f838c7d..68180533e2 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -27,10 +27,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