diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-25 16:04:59 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-25 16:04:59 +0000 |
commit | ec6e082facd0c27be99ac9b52482aa79b7c16016 (patch) | |
tree | e84cf1230c5a364cb2b8128cd539b83504b14812 | |
parent | 062d6e4af8c148d378e883ba3254ced67523812b (diff) | |
download | xine-lib-ec6e082facd0c27be99ac9b52482aa79b7c16016.tar.gz xine-lib-ec6e082facd0c27be99ac9b52482aa79b7c16016.tar.bz2 |
beautify last commit
CVS patchset: 6743
CVS date: 2004/06/25 16:04:59
-rw-r--r-- | src/xine-utils/cpu_accel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-utils/cpu_accel.c b/src/xine-utils/cpu_accel.c index 9c2800405..6e11fb3cd 100644 --- a/src/xine-utils/cpu_accel.c +++ b/src/xine-utils/cpu_accel.c @@ -47,6 +47,7 @@ static jmp_buf sigill_return; static void sigill_handler (int n) { longjmp(sigill_return, 1); } + static uint32_t arch_accel (void) { uint32_t caps; |