aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
authorGravatar Uoti Urpala <uau@glyph.nonexistent.invalid>2009-07-21 19:44:22 +0300
committerGravatar Uoti Urpala <uau@glyph.nonexistent.invalid>2009-07-26 06:15:19 +0300
commitd1a54d56965f98777423d6ddd0033c0303c5a098 (patch)
tree2e51ae582f1c5a716f7cb6377f0742b7f66f9f88 /mp3lib/sr1.c
parentfdb2f3c8ab4714d9da3189623133e5d3d639f701 (diff)
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/sr1.c')
-rw-r--r--mp3lib/sr1.c4
1 files changed, 0 insertions, 4 deletions
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