diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-11-21 15:10:39 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-11-21 15:10:39 +0000 |
commit | 880e06de387646fa3f0efde940d731e71afbbb93 (patch) | |
tree | 890e4333544c124848eb3e7564b200f5c94974e5 /src/post/goom/cpu_info.h | |
parent | 312b775d0a22284a60d36420cf8798c0fd1bfa3a (diff) | |
download | xine-lib-880e06de387646fa3f0efde940d731e71afbbb93.tar.gz xine-lib-880e06de387646fa3f0efde940d731e71afbbb93.tar.bz2 |
updated goom to 2k4-dev21
* tweaked somewhat to avoid the bright circle for the first seconds of playback
* no idea whether this fixes the AMD64 problems, I have not found anything
suspicious
CVS patchset: 7143
CVS date: 2004/11/21 15:10:39
Diffstat (limited to 'src/post/goom/cpu_info.h')
-rw-r--r-- | src/post/goom/cpu_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/goom/cpu_info.h b/src/post/goom/cpu_info.h index 184cb5102..81e66b5f1 100644 --- a/src/post/goom/cpu_info.h +++ b/src/post/goom/cpu_info.h @@ -11,8 +11,10 @@ */ #ifdef HAVE_MMX +#ifndef CPU_X86 #define CPU_X86 #endif +#endif /* Returns the CPU flavour described with the constants below */ unsigned int cpu_flavour (void); |