[xiph-commits] r15808 - branches/theora-thusnelda/lib
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Fri Mar 20 23:06:37 PDT 2009
Author: tterribe
Date: 2009-03-20 23:06:37 -0700 (Fri, 20 Mar 2009)
New Revision: 15808
Modified:
branches/theora-thusnelda/lib/cpu.c
Log:
The fallback oc_cpu_flags_get() needs to be static, also.
Modified: branches/theora-thusnelda/lib/cpu.c
===================================================================
--- branches/theora-thusnelda/lib/cpu.c 2009-03-21 06:00:46 UTC (rev 15807)
+++ branches/theora-thusnelda/lib/cpu.c 2009-03-21 06:06:37 UTC (rev 15808)
@@ -21,7 +21,7 @@
#include "cpu.h"
#if !defined(USE_ASM)
-ogg_uint32_t oc_cpu_flags_get(void){
+static ogg_uint32_t oc_cpu_flags_get(void){
return 0;
}
#else
More information about the commits
mailing list