diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-04-21 13:07:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-04-21 13:07:23 +0000 |
commit | c2902ebdd2f0afbf27998afd98dc20876a812226 (patch) | |
tree | 61d590d42ee6a8e07b926a95cd4125c6af006965 /multimedia/mplayer/files/patch-cpudetect.h | |
parent | - Update to 1.43 (diff) |
- Update to 1.0.r20100117
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
Notes
Notes:
svn path=/head/; revision=253004
Diffstat (limited to 'multimedia/mplayer/files/patch-cpudetect.h')
-rw-r--r-- | multimedia/mplayer/files/patch-cpudetect.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mplayer/files/patch-cpudetect.h b/multimedia/mplayer/files/patch-cpudetect.h deleted file mode 100644 index 9b77619c8aac..000000000000 --- a/multimedia/mplayer/files/patch-cpudetect.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cpudetect.h.orig Sun Apr 6 01:28:52 2003 -+++ cpudetect.h Sun Apr 6 01:29:06 2003 -@@ -5,6 +5,8 @@ - #define CPUTYPE_I486 4 - #define CPUTYPE_I586 5 - #define CPUTYPE_I686 6 -+#define CPUTYPE_I686_7 7 -+#define CPUTYPE_I686_8 8 - - typedef struct cpucaps_s { - int cpuType; |