summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/x264-devel/patches/patch-ab')
-rw-r--r--multimedia/x264-devel/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/x264-devel/patches/patch-ab b/multimedia/x264-devel/patches/patch-ab
deleted file mode 100644
index 776e6f51c21..00000000000
--- a/multimedia/x264-devel/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/02/23 18:11:27 joerg Exp $
-
---- encoder/ratecontrol.c.orig 2006-02-23 18:05:04.000000000 +0000
-+++ encoder/ratecontrol.c
-@@ -35,7 +35,7 @@
- #include "common/cpu.h"
- #include "ratecontrol.h"
-
--#if defined(SYS_FREEBSD) || defined(SYS_BEOS) || defined(SYS_NETBSD)
-+#if defined(SYS_FREEBSD) || defined(SYS_BEOS) || defined(SYS_NETBSD) || defined(SYS_DRAGONFLY)
- #define exp2f(x) powf( 2, (x) )
- #endif
- #if defined(_MSC_VER) || defined(SYS_SunOS)