pkgsrc/multimedia/x264-devel/patches/patch-ai
bjs 47a40db702 Update to 20081218 snapshot. There is no NEWS file or list of changes;
please see the repository for more information.  I'm doing this update
our version is over a year old and some software is starting to require
a newer version.
2008-12-18 16:19:07 +00:00

13 lines
446 B
Text

$NetBSD: patch-ai,v 1.2 2008/12/18 16:19:08 bjs Exp $
--- common/ppc/quant.c.orig 2008-12-12 16:45:07.000000000 -0500
+++ common/ppc/quant.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
*****************************************************************************/
-#if defined SYS_LINUX
+#if defined(SYS_LINUX) || defined(SYS_NETBSD) || defined(SYS_OPENBSD)
#include <altivec.h>
#endif