From e90f5b5ab1fdb2a9cef3fb9a13bab8e38f361a88 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 8 Apr 2009 20:26:18 +0000 Subject: configure: Add --enable-runtime-cpudetect Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/check_altivec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c index e034ceba41..08cc0f4374 100644 --- a/libavcodec/ppc/check_altivec.c +++ b/libavcodec/ppc/check_altivec.c @@ -63,7 +63,7 @@ int has_altivec(void) if (err == 0) return has_vu != 0; return 0; -#elif defined(RUNTIME_CPUDETECT) +#elif CONFIG_RUNTIME_CPUDETECT int proc_ver; // Support of mfspr PVR emulation added in Linux 2.6.17. __asm__ volatile("mfspr %0, 287" : "=r" (proc_ver)); -- cgit v1.2.3