From f101eab1be1a296a1a048cd905edfcacc3b546ed Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Fri, 5 Oct 2012 19:54:10 +0200 Subject: x86: call most of the x86 dsp init functions under if (ARCH_X86) Rename the called dsp init functions to *_init_x86. --- libavcodec/sbrdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/sbrdsp.c') diff --git a/libavcodec/sbrdsp.c b/libavcodec/sbrdsp.c index 8c88fb3329..781ec83fe8 100644 --- a/libavcodec/sbrdsp.c +++ b/libavcodec/sbrdsp.c @@ -243,6 +243,6 @@ av_cold void ff_sbrdsp_init(SBRDSPContext *s) if (ARCH_ARM) ff_sbrdsp_init_arm(s); - if (HAVE_MMX) + if (ARCH_X86) ff_sbrdsp_init_x86(s); } -- cgit v1.2.3