summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-21 19:44:22 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-26 06:15:19 +0300
commitd1a54d56965f98777423d6ddd0033c0303c5a098 (patch)
tree2e51ae582f1c5a716f7cb6377f0742b7f66f9f88 /mp3lib
parentfdb2f3c8ab4714d9da3189623133e5d3d639f701 (diff)
downloadmpv-d1a54d56965f98777423d6ddd0033c0303c5a098.tar.bz2
mpv-d1a54d56965f98777423d6ddd0033c0303c5a098.tar.xz
Remove unnecessary libavutil/internal.h includes
These includes were added earlier after the definition of the DECLARE_ALIGNED and DECLARE_ASM_CONST macros were moved to this header in FFmpeg. However now those macros are again in the public mem.h header, and there is no need to include internal.h.
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