summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-ac
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2009-10-18 22:22:10 +0000
committerahoka <ahoka@pkgsrc.org>2009-10-18 22:22:10 +0000
commit56a51f0054950dfc4e3e03f03d54379ad3c64528 (patch)
tree3d4a34870674cb9521f62df3e80f84cbffcc6c59 /multimedia/mplayer-share/patches/patch-ac
parent382fdc100c6a9645ddecca586b7a96c325fbe44e (diff)
downloadpkgsrc-56a51f0054950dfc4e3e03f03d54379ad3c64528.tar.gz
Upgrade to the SVN snapshot as of 2009-10-17.
The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264.
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-ac')
-rw-r--r--multimedia/mplayer-share/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mplayer-share/patches/patch-ac b/multimedia/mplayer-share/patches/patch-ac
index a3b46cc7eb9..8c9015e2b3b 100644
--- a/multimedia/mplayer-share/patches/patch-ac
+++ b/multimedia/mplayer-share/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.5 2006/06/13 17:25:00 drochner Exp $
+$NetBSD: patch-ac,v 1.6 2009/10/18 22:22:10 ahoka Exp $
---- libfaad2/common.h.orig 2006-06-11 20:35:42.000000000 +0200
+--- libfaad2/common.h.orig 2009-07-26 21:53:00.000000000 +0200
+++ libfaad2/common.h
-@@ -334,7 +334,7 @@ char *strchr(), *strrchr();
- #elif (defined(__i386__) && defined(__GNUC__)) && !defined(HAVE_LRINTF)
+@@ -320,7 +320,7 @@ char *strchr(), *strrchr();
+ #elif (defined(__i386__) && defined(__GNUC__)) && !HAVE_LRINTF
#define HAS_LRINTF
// from http://www.stereopsis.com/FPU.html
- static INLINE int lrintf(float f)