summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/i386/vp3dsp_sse2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/vp3dsp_sse2.c b/libavcodec/i386/vp3dsp_sse2.c
index f8fe7487e6..c8f9158afb 100644
--- a/libavcodec/i386/vp3dsp_sse2.c
+++ b/libavcodec/i386/vp3dsp_sse2.c
@@ -798,7 +798,7 @@ static unsigned short __align16 SSE2_idct_data[7 * 8] =
void vp3_dsp_init_sse2(void)
{
- av_log (NULL, AV_LOG_INFO, " using SSE2 VP3 functions\n");
+ /* nop */
}