summaryrefslogtreecommitdiff
path: root/graphics/mplayer/patches/patch-af
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-01-25 16:16:27 +0000
committerskrll <skrll@pkgsrc.org>2002-01-25 16:16:27 +0000
commit0a46559c9944381dfb855c8709ff174c530ad69d (patch)
tree3eac94f72c3210c09f60314bdfc09d140f9d7527 /graphics/mplayer/patches/patch-af
parente7fcbb73fa3f15575063008e49d71b094fa6b059 (diff)
downloadpkgsrc-0a46559c9944381dfb855c8709ff174c530ad69d.tar.gz
Update mplayer to 0.60 release.
Can't seem to find a Changelog, sorry.
Diffstat (limited to 'graphics/mplayer/patches/patch-af')
-rw-r--r--graphics/mplayer/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/mplayer/patches/patch-af b/graphics/mplayer/patches/patch-af
deleted file mode 100644
index 1cfcc8c085e..00000000000
--- a/graphics/mplayer/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.3 2001/12/26 00:58:05 zuntum Exp $
-
---- cpudetect.c.orig Mon Dec 24 13:35:42 2001
-+++ cpudetect.c Tue Dec 25 23:26:28 2001
-@@ -341,7 +341,7 @@
- #else
- /* Do nothing on other platforms for now.
- */
-- message( "Not testing OS support for SSE, leaving disabled.\n" );
-+ printf( "Not testing OS support for SSE, leaving disabled.\n" );
- gCpuCaps.hasSSE=0;
- #endif /* __linux__ */
- }